#FC39CD

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

Shades of Razzle Dazzle Rose #FC39CD

Tints of Razzle Dazzle Rose #FC39CD

Color information

#FC39CD (or 0xFC39CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 39 and CD. RGB value is (252,57,205). Sum of RGB (Red+Green+Blue) = 252+57+205=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 57 (22.66% from 255 or 11.09% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC39CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC39CD is #03C632. Grayscale: #838383. Windows color (decimal): -247347 or 13449724. OLE color: 13449724.

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

Color convert

RGB25257205-
CMYK00.770.190.01
HSL314.46º97.01%60.59%-
HSV(B)314.46º77.38%98.82%-
XYZ52.6328.0360.39-
YUV132.18169.1213.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.03%
GREEN value IS 57 (22.66% from 255) = 11.09%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=49.03%
G=11.09%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525720500.770.190.01314.4697.0160.59
HexFC39CD04D13113a613d
Octal37471315011523147214175
Binary1111110011100111001101010011011001111001110101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC39CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC39CD; }

 p { color: rgb(252,57,205); }

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

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

 a { background-color: rgb(252,57,205); }

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

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

 span { border-color: rgb(252,57,205); }

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