#FC2CD9

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

Shades of Razzle Dazzle Rose #FC2CD9

Tints of Razzle Dazzle Rose #FC2CD9

Color information

#FC2CD9 (or 0xFC2CD9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 2C and D9. RGB value is (252,44,217). Sum of RGB (Red+Green+Blue) = 252+44+217=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 44 (17.58% from 255 or 8.58% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2CD9 is #03D326. Grayscale: #7D7D7D. Windows color (decimal): -250663 or 14232828. OLE color: 14232828.

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

Color convert

RGB25244217-
CMYK00.830.140.01
HSL310.1º97.2%58.04%-
HSV(B)310.1º82.54%98.82%-
XYZ53.5727.5168.13-
YUV125.91179.41217.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.12%
GREEN value IS 44 (17.58% from 255) = 8.58%
BLUE value IS 217 (85.16% from 255) = 42.30%
R=49.12%
G=8.58%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524421700.830.140.01310.197.258.04
HexFC2CD9053E1136613a
Octal37454331012316146614172
Binary111111001011001101100101010011111011001101101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2CD9; }

 p { color: rgb(252,44,217); }

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

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

 a { background-color: rgb(252,44,217); }

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

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

 span { border-color: rgb(252,44,217); }

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