Shades of Razzle Dazzle Rose #FC32C4
Tints of Razzle Dazzle Rose #FC32C4
RGB
CMYK
RGB Variations
Color information
#FC32C4 (or 0xFC32C4) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and C4. RGB value is (252,50,196). Sum of RGB (Red+Green+Blue) = 252+50+196=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 50 (19.92% from 255 or 10.04% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32C4 is #03CD3B. Grayscale: #7E7E7E. Windows color (decimal): -249148 or 12858108. OLE color: 12858108.
HSL color Cylindrical-coordinate representation of color #FC32C4: hue angle of 316.63º 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 #FC32C4 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 196 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.01 |
| HSL | 316.63º | 0.97% | 0.59% | - |
| HSV(B) | 316.63º | 0.8% | 0.99% | - |
| XYZ | 51.25 | 26.96 | 54.73 | - |
| YUV | 127.04 | 166.92 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 196 | 0 | 0.80 | 0.22 | 0.01 | 316.63 | 0.97 | 0.59 |
| Hex | FC | 32 | C4 | 0 | 50 | 16 | 1 | 13D | 61 | 3B |
| Octal | 374 | 62 | 304 | 0 | 120 | 26 | 1 | 475 | 141 | 73 |
| Binary | 11111100 | 110010 | 11000100 | 0 | 1010000 | 10110 | 1 | 100111101 | 1100001 | 111011 |
Color Harmonies of #FC32C4
Complementary color
Monochromatic Colors of #FC32C4
Black with #FC32C4
Text Example
Text Example
White with #FC32C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32C4; }
p { color: rgb(252,50,196); }
H1.HeaderClassName
{
color: #FC32C4;
}
.AnyTagClassName
{
color: #FC32C4;
}
</style>
background-color css
<style>
a { background-color: #FC32C4; }
a { background-color: rgb(252,50,196); }
div.DivClassName
{
background-color: #FC32C4;
}
.BgClassName
{
background-color: #FC32C4;
}
</style>
border-color css
<style>
span { border-color: #FC32C4; }
span { border-color: rgb(252,50,196); }
td.TdClassName
{
border-color: #FC32C4;
}
.TagClassName
{
border-color: #FC32C4;
}
</style>