Shades of Razzle Dazzle Rose #FC32D0
Tints of Razzle Dazzle Rose #FC32D0
RGB
CMYK
RGB Variations
Color information
#FC32D0 (or 0xFC32D0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and D0. RGB value is (252,50,208). Sum of RGB (Red+Green+Blue) = 252+50+208=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 50 (19.92% from 255 or 9.80% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32D0 is #03CD2F. Grayscale: #7F7F7F. Windows color (decimal): -249136 or 13644540. OLE color: 13644540.
HSL color Cylindrical-coordinate representation of color #FC32D0: hue angle of 313.07º 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 #FC32D0 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 208 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.01 |
| HSL | 313.07º | 0.97% | 0.59% | - |
| HSV(B) | 313.07º | 0.8% | 0.99% | - |
| XYZ | 52.67 | 27.53 | 62.21 | - |
| YUV | 128.41 | 172.92 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 208 | 0 | 0.80 | 0.17 | 0.01 | 313.07 | 0.97 | 0.59 |
| Hex | FC | 32 | D0 | 0 | 50 | 11 | 1 | 139 | 61 | 3B |
| Octal | 374 | 62 | 320 | 0 | 120 | 21 | 1 | 471 | 141 | 73 |
| Binary | 11111100 | 110010 | 11010000 | 0 | 1010000 | 10001 | 1 | 100111001 | 1100001 | 111011 |
Color Harmonies of #FC32D0
Complementary color
Monochromatic Colors of #FC32D0
Black with #FC32D0
Text Example
Text Example
White with #FC32D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32D0; }
p { color: rgb(252,50,208); }
H1.HeaderClassName
{
color: #FC32D0;
}
.AnyTagClassName
{
color: #FC32D0;
}
</style>
background-color css
<style>
a { background-color: #FC32D0; }
a { background-color: rgb(252,50,208); }
div.DivClassName
{
background-color: #FC32D0;
}
.BgClassName
{
background-color: #FC32D0;
}
</style>
border-color css
<style>
span { border-color: #FC32D0; }
span { border-color: rgb(252,50,208); }
td.TdClassName
{
border-color: #FC32D0;
}
.TagClassName
{
border-color: #FC32D0;
}
</style>