Shades of Razzle Dazzle Rose #FC32DA
Tints of Razzle Dazzle Rose #FC32DA
RGB
CMYK
RGB Variations
Color information
#FC32DA (or 0xFC32DA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and DA. RGB value is (252,50,218). Sum of RGB (Red+Green+Blue) = 252+50+218=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 50 (19.92% from 255 or 9.62% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32DA is #03CD25. Grayscale: #818181. Windows color (decimal): -249126 or 14299900. OLE color: 14299900.
HSL color Cylindrical-coordinate representation of color #FC32DA: hue angle of 310.1º 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 #FC32DA is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 218 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.01 |
| HSL | 310.1º | 0.97% | 0.59% | - |
| HSV(B) | 310.1º | 0.8% | 0.99% | - |
| XYZ | 53.94 | 28.04 | 68.9 | - |
| YUV | 129.55 | 177.92 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 218 | 0 | 0.80 | 0.13 | 0.01 | 310.1 | 0.97 | 0.59 |
| Hex | FC | 32 | DA | 0 | 50 | D | 1 | 136 | 61 | 3B |
| Octal | 374 | 62 | 332 | 0 | 120 | 15 | 1 | 466 | 141 | 73 |
| Binary | 11111100 | 110010 | 11011010 | 0 | 1010000 | 1101 | 1 | 100110110 | 1100001 | 111011 |
Color Harmonies of #FC32DA
Complementary color
Monochromatic Colors of #FC32DA
Black with #FC32DA
Text Example
Text Example
White with #FC32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32DA; }
p { color: rgb(252,50,218); }
H1.HeaderClassName
{
color: #FC32DA;
}
.AnyTagClassName
{
color: #FC32DA;
}
</style>
background-color css
<style>
a { background-color: #FC32DA; }
a { background-color: rgb(252,50,218); }
div.DivClassName
{
background-color: #FC32DA;
}
.BgClassName
{
background-color: #FC32DA;
}
</style>
border-color css
<style>
span { border-color: #FC32DA; }
span { border-color: rgb(252,50,218); }
td.TdClassName
{
border-color: #FC32DA;
}
.TagClassName
{
border-color: #FC32DA;
}
</style>