#FC39CC

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

Shades of Razzle Dazzle Rose #FC39CC

Tints of Razzle Dazzle Rose #FC39CC

Color information

#FC39CC (or 0xFC39CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 39 and CC. RGB value is (252,57,204). Sum of RGB (Red+Green+Blue) = 252+57+204=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 57 (22.66% from 255 or 11.11% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC39CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC39CC is #03C633. Grayscale: #838383. Windows color (decimal): -247348 or 13384188. OLE color: 13384188.

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

Color convert

RGB25257204-
CMYK00.770.190.01
HSL314.77º97.01%60.59%-
HSV(B)314.77º77.38%98.82%-
XYZ52.5127.9859.76-
YUV132.06168.6213.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.12%
GREEN value IS 57 (22.66% from 255) = 11.11%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=49.12%
G=11.11%
B=39.77%

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
Decimal2525720400.770.190.01314.7797.0160.59
HexFC39CC04D13113b613d
Octal37471314011523147314175
Binary1111110011100111001100010011011001111001110111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC39CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC39CC; }

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

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

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

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

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

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

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

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