Shades of Razzle Dazzle Rose #FC32C9
Tints of Razzle Dazzle Rose #FC32C9
RGB
CMYK
RGB Variations
Color information
#FC32C9 (or 0xFC32C9) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and C9. RGB value is (252,50,201). Sum of RGB (Red+Green+Blue) = 252+50+201=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 50 (19.92% from 255 or 9.94% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32C9 is #03CD36. Grayscale: #7F7F7F. Windows color (decimal): -249143 or 13185788. OLE color: 13185788.
HSL color Cylindrical-coordinate representation of color #FC32C9: hue angle of 315.15º 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 #FC32C9 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 201 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.01 |
| HSL | 315.15º | 0.97% | 0.59% | - |
| HSV(B) | 315.15º | 0.8% | 0.99% | - |
| XYZ | 51.83 | 27.19 | 57.78 | - |
| YUV | 127.61 | 169.42 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 201 | 0 | 0.80 | 0.20 | 0.01 | 315.15 | 0.97 | 0.59 |
| Hex | FC | 32 | C9 | 0 | 50 | 14 | 1 | 13B | 61 | 3B |
| Octal | 374 | 62 | 311 | 0 | 120 | 24 | 1 | 473 | 141 | 73 |
| Binary | 11111100 | 110010 | 11001001 | 0 | 1010000 | 10100 | 1 | 100111011 | 1100001 | 111011 |
Color Harmonies of #FC32C9
Complementary color
Monochromatic Colors of #FC32C9
Black with #FC32C9
Text Example
Text Example
White with #FC32C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32C9; }
p { color: rgb(252,50,201); }
H1.HeaderClassName
{
color: #FC32C9;
}
.AnyTagClassName
{
color: #FC32C9;
}
</style>
background-color css
<style>
a { background-color: #FC32C9; }
a { background-color: rgb(252,50,201); }
div.DivClassName
{
background-color: #FC32C9;
}
.BgClassName
{
background-color: #FC32C9;
}
</style>
border-color css
<style>
span { border-color: #FC32C9; }
span { border-color: rgb(252,50,201); }
td.TdClassName
{
border-color: #FC32C9;
}
.TagClassName
{
border-color: #FC32C9;
}
</style>