Shades of Razzle Dazzle Rose #FC32DC
Tints of Razzle Dazzle Rose #FC32DC
RGB
CMYK
RGB Variations
Color information
#FC32DC (or 0xFC32DC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and DC. RGB value is (252,50,220). Sum of RGB (Red+Green+Blue) = 252+50+220=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 50 (19.92% from 255 or 9.58% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32DC is #03CD23. Grayscale: #818181. Windows color (decimal): -249124 or 14430972. OLE color: 14430972.
HSL color Cylindrical-coordinate representation of color #FC32DC: hue angle of 309.5º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC32DC is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 220 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.01 |
| HSL | 309.5º | 0.97% | 0.59% | - |
| HSV(B) | 309.5º | 0.8% | 0.99% | - |
| XYZ | 54.2 | 28.14 | 70.29 | - |
| YUV | 129.78 | 178.92 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 220 | 0 | 0.80 | 0.13 | 0.01 | 309.5 | 0.97 | 0.59 |
| Hex | FC | 32 | DC | 0 | 50 | D | 1 | 136 | 61 | 3B |
| Octal | 374 | 62 | 334 | 0 | 120 | 15 | 1 | 466 | 141 | 73 |
| Binary | 11111100 | 110010 | 11011100 | 0 | 1010000 | 1101 | 1 | 100110110 | 1100001 | 111011 |
Color Harmonies of #FC32DC
Complementary color
Monochromatic Colors of #FC32DC
Black with #FC32DC
Text Example
Text Example
White with #FC32DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32DC; }
p { color: rgb(252,50,220); }
H1.HeaderClassName
{
color: #FC32DC;
}
.AnyTagClassName
{
color: #FC32DC;
}
</style>
background-color css
<style>
a { background-color: #FC32DC; }
a { background-color: rgb(252,50,220); }
div.DivClassName
{
background-color: #FC32DC;
}
.BgClassName
{
background-color: #FC32DC;
}
</style>
border-color css
<style>
span { border-color: #FC32DC; }
span { border-color: rgb(252,50,220); }
td.TdClassName
{
border-color: #FC32DC;
}
.TagClassName
{
border-color: #FC32DC;
}
</style>