Shades of Razzle Dazzle Rose #FC32D1
Tints of Razzle Dazzle Rose #FC32D1
RGB
CMYK
RGB Variations
Color information
#FC32D1 (or 0xFC32D1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and D1. RGB value is (252,50,209). Sum of RGB (Red+Green+Blue) = 252+50+209=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 50 (19.92% from 255 or 9.78% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32D1 is #03CD2E. Grayscale: #808080. Windows color (decimal): -249135 or 13710076. OLE color: 13710076.
HSL color Cylindrical-coordinate representation of color #FC32D1: hue angle of 312.77º 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 #FC32D1 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 209 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.01 |
| HSL | 312.77º | 0.97% | 0.59% | - |
| HSV(B) | 312.77º | 0.8% | 0.99% | - |
| XYZ | 52.79 | 27.58 | 62.86 | - |
| YUV | 128.52 | 173.42 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 209 | 0 | 0.80 | 0.17 | 0.01 | 312.77 | 0.97 | 0.59 |
| Hex | FC | 32 | D1 | 0 | 50 | 11 | 1 | 139 | 61 | 3B |
| Octal | 374 | 62 | 321 | 0 | 120 | 21 | 1 | 471 | 141 | 73 |
| Binary | 11111100 | 110010 | 11010001 | 0 | 1010000 | 10001 | 1 | 100111001 | 1100001 | 111011 |
Color Harmonies of #FC32D1
Complementary color
Monochromatic Colors of #FC32D1
Black with #FC32D1
Text Example
Text Example
White with #FC32D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32D1; }
p { color: rgb(252,50,209); }
H1.HeaderClassName
{
color: #FC32D1;
}
.AnyTagClassName
{
color: #FC32D1;
}
</style>
background-color css
<style>
a { background-color: #FC32D1; }
a { background-color: rgb(252,50,209); }
div.DivClassName
{
background-color: #FC32D1;
}
.BgClassName
{
background-color: #FC32D1;
}
</style>
border-color css
<style>
span { border-color: #FC32D1; }
span { border-color: rgb(252,50,209); }
td.TdClassName
{
border-color: #FC32D1;
}
.TagClassName
{
border-color: #FC32D1;
}
</style>