Shades of Razzle Dazzle Rose #FC32C6
Tints of Razzle Dazzle Rose #FC32C6
RGB
CMYK
RGB Variations
Color information
#FC32C6 (or 0xFC32C6) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and C6. RGB value is (252,50,198). Sum of RGB (Red+Green+Blue) = 252+50+198=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 50 (19.92% from 255 or 10% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32C6 is #03CD39. Grayscale: #7E7E7E. Windows color (decimal): -249146 or 12989180. OLE color: 12989180.
HSL color Cylindrical-coordinate representation of color #FC32C6: hue angle of 316.04º 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 #FC32C6 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 198 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.01 |
| HSL | 316.04º | 0.97% | 0.59% | - |
| HSV(B) | 316.04º | 0.8% | 0.99% | - |
| XYZ | 51.48 | 27.05 | 55.93 | - |
| YUV | 127.27 | 167.92 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 198 | 0 | 0.80 | 0.21 | 0.01 | 316.04 | 0.97 | 0.59 |
| Hex | FC | 32 | C6 | 0 | 50 | 15 | 1 | 13C | 61 | 3B |
| Octal | 374 | 62 | 306 | 0 | 120 | 25 | 1 | 474 | 141 | 73 |
| Binary | 11111100 | 110010 | 11000110 | 0 | 1010000 | 10101 | 1 | 100111100 | 1100001 | 111011 |
Color Harmonies of #FC32C6
Complementary color
Monochromatic Colors of #FC32C6
Black with #FC32C6
Text Example
Text Example
White with #FC32C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32C6; }
p { color: rgb(252,50,198); }
H1.HeaderClassName
{
color: #FC32C6;
}
.AnyTagClassName
{
color: #FC32C6;
}
</style>
background-color css
<style>
a { background-color: #FC32C6; }
a { background-color: rgb(252,50,198); }
div.DivClassName
{
background-color: #FC32C6;
}
.BgClassName
{
background-color: #FC32C6;
}
</style>
border-color css
<style>
span { border-color: #FC32C6; }
span { border-color: rgb(252,50,198); }
td.TdClassName
{
border-color: #FC32C6;
}
.TagClassName
{
border-color: #FC32C6;
}
</style>