Shades of Razzle Dazzle Rose #FC32BA
Tints of Razzle Dazzle Rose #FC32BA
RGB
CMYK
RGB Variations
Color information
#FC32BA (or 0xFC32BA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and BA. RGB value is (252,50,186). Sum of RGB (Red+Green+Blue) = 252+50+186=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32BA is #03CD45. Grayscale: #7D7D7D. Windows color (decimal): -249158 or 12202748. OLE color: 12202748.
HSL color Cylindrical-coordinate representation of color #FC32BA: hue angle of 319.6º 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 #FC32BA is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 186 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.01 |
| HSL | 319.6º | 0.97% | 0.59% | - |
| HSV(B) | 319.6º | 0.8% | 0.99% | - |
| XYZ | 50.15 | 26.52 | 48.93 | - |
| YUV | 125.9 | 161.92 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 186 | 0 | 0.80 | 0.26 | 0.01 | 319.6 | 0.97 | 0.59 |
| Hex | FC | 32 | BA | 0 | 50 | 1A | 1 | 140 | 61 | 3B |
| Octal | 374 | 62 | 272 | 0 | 120 | 32 | 1 | 500 | 141 | 73 |
| Binary | 11111100 | 110010 | 10111010 | 0 | 1010000 | 11010 | 1 | 101000000 | 1100001 | 111011 |
Color Harmonies of #FC32BA
Complementary color
Monochromatic Colors of #FC32BA
Black with #FC32BA
Text Example
Text Example
White with #FC32BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32BA; }
p { color: rgb(252,50,186); }
H1.HeaderClassName
{
color: #FC32BA;
}
.AnyTagClassName
{
color: #FC32BA;
}
</style>
background-color css
<style>
a { background-color: #FC32BA; }
a { background-color: rgb(252,50,186); }
div.DivClassName
{
background-color: #FC32BA;
}
.BgClassName
{
background-color: #FC32BA;
}
</style>
border-color css
<style>
span { border-color: #FC32BA; }
span { border-color: rgb(252,50,186); }
td.TdClassName
{
border-color: #FC32BA;
}
.TagClassName
{
border-color: #FC32BA;
}
</style>