#FC39D4

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

Shades of Razzle Dazzle Rose #FC39D4

Tints of Razzle Dazzle Rose #FC39D4

Color information

#FC39D4 (or 0xFC39D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 39 and D4. RGB value is (252,57,212). Sum of RGB (Red+Green+Blue) = 252+57+212=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 57 (22.66% from 255 or 10.94% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC39D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC39D4 is #03C62B. Grayscale: #848484. Windows color (decimal): -247340 or 13908476. OLE color: 13908476.

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

Color convert

RGB25257212-
CMYK00.770.160.01
HSL312.31º97.01%60.59%-
HSV(B)312.31º77.38%98.82%-
XYZ53.4928.3864.94-
YUV132.98172.6212.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.37%
GREEN value IS 57 (22.66% from 255) = 10.94%
BLUE value IS 212 (83.20% from 255) = 40.69%
R=48.37%
G=10.94%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525721200.770.160.01312.3197.0160.59
HexFC39D404D101138613d
Octal37471324011520147014175
Binary1111110011100111010100010011011000011001110001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC39D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC39D4; }

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

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

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

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

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

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

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

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