#FC2FE7

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

Shades of Razzle Dazzle Rose #FC2FE7

Tints of Razzle Dazzle Rose #FC2FE7

Color information

#FC2FE7 (or 0xFC2FE7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 2F and E7. RGB value is (252,47,231). Sum of RGB (Red+Green+Blue) = 252+47+231=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 47 (18.75% from 255 or 8.87% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2FE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2FE7 is #03D018. Grayscale: #808080. Windows color (decimal): -249881 or 15151100. OLE color: 15151100.

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

Color convert

RGB25247231-
CMYK00.810.080.01
HSL306.15º97.16%58.63%-
HSV(B)306.15º81.35%98.82%-
XYZ55.5928.578.17-
YUV129.27185.42215.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.55%
GREEN value IS 47 (18.75% from 255) = 8.87%
BLUE value IS 231 (90.62% from 255) = 43.58%
R=47.55%
G=8.87%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524723100.810.080.01306.1597.1658.63
HexFC2FE705181132613b
Octal37457347012110146214173
Binary111111001011111110011101010001100011001100101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2FE7; }

 p { color: rgb(252,47,231); }

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

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

 a { background-color: rgb(252,47,231); }

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

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

 span { border-color: rgb(252,47,231); }

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