#FC39CA

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

Shades of Razzle Dazzle Rose #FC39CA

Tints of Razzle Dazzle Rose #FC39CA

Color information

#FC39CA (or 0xFC39CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 39 and CA. RGB value is (252,57,202). Sum of RGB (Red+Green+Blue) = 252+57+202=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 57 (22.66% from 255 or 11.15% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC39CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC39CA is #03C635. Grayscale: #838383. Windows color (decimal): -247350 or 13253116. OLE color: 13253116.

HSL color Cylindrical-coordinate representation of color #FC39CA: hue angle of 315.38º 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 #FC39CA is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB25257202-
CMYK00.770.200.01
HSL315.38º97.01%60.59%-
HSV(B)315.38º77.38%98.82%-
XYZ52.2727.8958.5-
YUV131.83167.6213.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.32%
GREEN value IS 57 (22.66% from 255) = 11.15%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=49.32%
G=11.15%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525720200.770.200.01315.3897.0160.59
HexFC39CA04D14113b613d
Octal37471312011524147314175
Binary1111110011100111001010010011011010011001110111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC39CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC39CA; }

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

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

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

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

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

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

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

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