Shades of Razzle Dazzle Rose #FC32D9
Tints of Razzle Dazzle Rose #FC32D9
RGB
CMYK
RGB Variations
Color information
#FC32D9 (or 0xFC32D9) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and D9. RGB value is (252,50,217). Sum of RGB (Red+Green+Blue) = 252+50+217=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 50 (19.92% from 255 or 9.63% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32D9 is #03CD26. Grayscale: #808080. Windows color (decimal): -249127 or 14234364. OLE color: 14234364.
HSL color Cylindrical-coordinate representation of color #FC32D9: hue angle of 310.4º 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 #FC32D9 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 217 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.01 |
| HSL | 310.4º | 0.97% | 0.59% | - |
| HSV(B) | 310.4º | 0.8% | 0.99% | - |
| XYZ | 53.81 | 27.99 | 68.21 | - |
| YUV | 129.44 | 177.42 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 217 | 0 | 0.80 | 0.14 | 0.01 | 310.4 | 0.97 | 0.59 |
| Hex | FC | 32 | D9 | 0 | 50 | E | 1 | 136 | 61 | 3B |
| Octal | 374 | 62 | 331 | 0 | 120 | 16 | 1 | 466 | 141 | 73 |
| Binary | 11111100 | 110010 | 11011001 | 0 | 1010000 | 1110 | 1 | 100110110 | 1100001 | 111011 |
Color Harmonies of #FC32D9
Complementary color
Monochromatic Colors of #FC32D9
Black with #FC32D9
Text Example
Text Example
White with #FC32D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32D9; }
p { color: rgb(252,50,217); }
H1.HeaderClassName
{
color: #FC32D9;
}
.AnyTagClassName
{
color: #FC32D9;
}
</style>
background-color css
<style>
a { background-color: #FC32D9; }
a { background-color: rgb(252,50,217); }
div.DivClassName
{
background-color: #FC32D9;
}
.BgClassName
{
background-color: #FC32D9;
}
</style>
border-color css
<style>
span { border-color: #FC32D9; }
span { border-color: rgb(252,50,217); }
td.TdClassName
{
border-color: #FC32D9;
}
.TagClassName
{
border-color: #FC32D9;
}
</style>