Shades of Razzle Dazzle Rose #FC32B9
Tints of Razzle Dazzle Rose #FC32B9
RGB
CMYK
RGB Variations
Color information
#FC32B9 (or 0xFC32B9) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and B9. RGB value is (252,50,185). Sum of RGB (Red+Green+Blue) = 252+50+185=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 50 (19.92% from 255 or 10.27% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32B9 is #03CD46. Grayscale: #7D7D7D. Windows color (decimal): -249159 or 12137212. OLE color: 12137212.
HSL color Cylindrical-coordinate representation of color #FC32B9: hue angle of 319.9º 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 #FC32B9 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 185 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.01 |
| HSL | 319.9º | 0.97% | 0.59% | - |
| HSV(B) | 319.9º | 0.8% | 0.99% | - |
| XYZ | 50.04 | 26.48 | 48.37 | - |
| YUV | 125.79 | 161.42 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 185 | 0 | 0.80 | 0.27 | 0.01 | 319.9 | 0.97 | 0.59 |
| Hex | FC | 32 | B9 | 0 | 50 | 1B | 1 | 140 | 61 | 3B |
| Octal | 374 | 62 | 271 | 0 | 120 | 33 | 1 | 500 | 141 | 73 |
| Binary | 11111100 | 110010 | 10111001 | 0 | 1010000 | 11011 | 1 | 101000000 | 1100001 | 111011 |
Color Harmonies of #FC32B9
Complementary color
Monochromatic Colors of #FC32B9
Black with #FC32B9
Text Example
Text Example
White with #FC32B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32B9; }
p { color: rgb(252,50,185); }
H1.HeaderClassName
{
color: #FC32B9;
}
.AnyTagClassName
{
color: #FC32B9;
}
</style>
background-color css
<style>
a { background-color: #FC32B9; }
a { background-color: rgb(252,50,185); }
div.DivClassName
{
background-color: #FC32B9;
}
.BgClassName
{
background-color: #FC32B9;
}
</style>
border-color css
<style>
span { border-color: #FC32B9; }
span { border-color: rgb(252,50,185); }
td.TdClassName
{
border-color: #FC32B9;
}
.TagClassName
{
border-color: #FC32B9;
}
</style>