Shades of Razzle Dazzle Rose #FC32DB
Tints of Razzle Dazzle Rose #FC32DB
RGB
CMYK
RGB Variations
Color information
#FC32DB (or 0xFC32DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and DB. RGB value is (252,50,219). Sum of RGB (Red+Green+Blue) = 252+50+219=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 50 (19.92% from 255 or 9.60% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32DB is #03CD24. Grayscale: #818181. Windows color (decimal): -249125 or 14365436. OLE color: 14365436.
HSL color Cylindrical-coordinate representation of color #FC32DB: hue angle of 309.8º 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 #FC32DB is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 219 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.01 |
| HSL | 309.8º | 0.97% | 0.59% | - |
| HSV(B) | 309.8º | 0.8% | 0.99% | - |
| XYZ | 54.07 | 28.09 | 69.59 | - |
| YUV | 129.66 | 178.42 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 219 | 0 | 0.80 | 0.13 | 0.01 | 309.8 | 0.97 | 0.59 |
| Hex | FC | 32 | DB | 0 | 50 | D | 1 | 136 | 61 | 3B |
| Octal | 374 | 62 | 333 | 0 | 120 | 15 | 1 | 466 | 141 | 73 |
| Binary | 11111100 | 110010 | 11011011 | 0 | 1010000 | 1101 | 1 | 100110110 | 1100001 | 111011 |
Color Harmonies of #FC32DB
Complementary color
Monochromatic Colors of #FC32DB
Black with #FC32DB
Text Example
Text Example
White with #FC32DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32DB; }
p { color: rgb(252,50,219); }
H1.HeaderClassName
{
color: #FC32DB;
}
.AnyTagClassName
{
color: #FC32DB;
}
</style>
background-color css
<style>
a { background-color: #FC32DB; }
a { background-color: rgb(252,50,219); }
div.DivClassName
{
background-color: #FC32DB;
}
.BgClassName
{
background-color: #FC32DB;
}
</style>
border-color css
<style>
span { border-color: #FC32DB; }
span { border-color: rgb(252,50,219); }
td.TdClassName
{
border-color: #FC32DB;
}
.TagClassName
{
border-color: #FC32DB;
}
</style>