#FC27E0

Color #FC27E0 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FC27E0

Tints of Razzle Dazzle Rose #FC27E0

Color information

#FC27E0 (or 0xFC27E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 27 and E0. RGB value is (252,39,224). Sum of RGB (Red+Green+Blue) = 252+39+224=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 39 (15.62% from 255 or 7.57% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC27E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC27E0 is #03D81F. Grayscale: #7B7B7B. Windows color (decimal): -251936 or 14690300. OLE color: 14690300.

HSL color Cylindrical-coordinate representation of color #FC27E0: hue angle of 307.89º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC27E0 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB25239224-
CMYK00.850.110.01
HSL307.89º97.26%57.06%-
HSV(B)307.89º84.52%98.82%-
XYZ54.3227.5372.97-
YUV123.78184.57219.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 39 (15.62% from 255) = 7.57%
BLUE value IS 224 (87.89% from 255) = 43.50%
R=48.93%
G=7.57%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523922400.850.110.01307.8997.2657.06
HexFC27E0055B11346139
Octal37447340012513146414171
Binary111111001001111110000001010101101111001101001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC27E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC27E0; }

 p { color: rgb(252,39,224); }

 H1.HeaderClassName
 {
   color: #FC27E0;
 }
 .AnyTagClassName
 {
   color: #FC27E0;
 }
</style>
background-color css

<style>
 a { background-color: #FC27E0; }

 a { background-color: rgb(252,39,224); }

 div.DivClassName
 {
   background-color: #FC27E0;
 }
 .BgClassName
 {
   background-color: #FC27E0;
 }
</style>
border-color css

<style>
 span { border-color: #FC27E0; }

 span { border-color: rgb(252,39,224); }

 td.TdClassName
 {
   border-color: #FC27E0;
 }
 .TagClassName
 {
   border-color: #FC27E0;
 }
</style>