Shades of Razzle Dazzle Rose #FC32EF
Tints of Razzle Dazzle Rose #FC32EF
RGB
CMYK
RGB Variations
Color information
#FC32EF (or 0xFC32EF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and EF. RGB value is (252,50,239). Sum of RGB (Red+Green+Blue) = 252+50+239=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 50 (19.92% from 255 or 9.24% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC32EF is #03CD10. Grayscale: #838383. Windows color (decimal): -249105 or 15676156. OLE color: 15676156.
HSL color Cylindrical-coordinate representation of color #FC32EF: hue angle of 303.86º 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 #FC32EF is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 239 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.01 |
| HSL | 303.86º | 0.97% | 0.59% | - |
| HSV(B) | 303.86º | 0.8% | 0.99% | - |
| XYZ | 56.87 | 29.21 | 84.3 | - |
| YUV | 131.94 | 188.42 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 239 | 0 | 0.80 | 0.05 | 0.01 | 303.86 | 0.97 | 0.59 |
| Hex | FC | 32 | EF | 0 | 50 | 5 | 1 | 130 | 61 | 3B |
| Octal | 374 | 62 | 357 | 0 | 120 | 5 | 1 | 460 | 141 | 73 |
| Binary | 11111100 | 110010 | 11101111 | 0 | 1010000 | 101 | 1 | 100110000 | 1100001 | 111011 |
Color Harmonies of #FC32EF
Complementary color
Monochromatic Colors of #FC32EF
Black with #FC32EF
Text Example
Text Example
White with #FC32EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32EF; }
p { color: rgb(252,50,239); }
H1.HeaderClassName
{
color: #FC32EF;
}
.AnyTagClassName
{
color: #FC32EF;
}
</style>
background-color css
<style>
a { background-color: #FC32EF; }
a { background-color: rgb(252,50,239); }
div.DivClassName
{
background-color: #FC32EF;
}
.BgClassName
{
background-color: #FC32EF;
}
</style>
border-color css
<style>
span { border-color: #FC32EF; }
span { border-color: rgb(252,50,239); }
td.TdClassName
{
border-color: #FC32EF;
}
.TagClassName
{
border-color: #FC32EF;
}
</style>