Shades of Razzle Dazzle Rose #FC32EE
Tints of Razzle Dazzle Rose #FC32EE
RGB
CMYK
RGB Variations
Color information
#FC32EE (or 0xFC32EE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and EE. RGB value is (252,50,238). Sum of RGB (Red+Green+Blue) = 252+50+238=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 50 (19.92% from 255 or 9.26% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC32EE is #03CD11. Grayscale: #838383. Windows color (decimal): -249106 or 15610620. OLE color: 15610620.
HSL color Cylindrical-coordinate representation of color #FC32EE: hue angle of 304.16º 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 #FC32EE is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 238 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.01 |
| HSL | 304.16º | 0.97% | 0.59% | - |
| HSV(B) | 304.16º | 0.8% | 0.99% | - |
| XYZ | 56.72 | 29.15 | 83.53 | - |
| YUV | 131.83 | 187.92 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 238 | 0 | 0.80 | 0.06 | 0.01 | 304.16 | 0.97 | 0.59 |
| Hex | FC | 32 | EE | 0 | 50 | 6 | 1 | 130 | 61 | 3B |
| Octal | 374 | 62 | 356 | 0 | 120 | 6 | 1 | 460 | 141 | 73 |
| Binary | 11111100 | 110010 | 11101110 | 0 | 1010000 | 110 | 1 | 100110000 | 1100001 | 111011 |
Color Harmonies of #FC32EE
Complementary color
Monochromatic Colors of #FC32EE
Black with #FC32EE
Text Example
Text Example
White with #FC32EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32EE; }
p { color: rgb(252,50,238); }
H1.HeaderClassName
{
color: #FC32EE;
}
.AnyTagClassName
{
color: #FC32EE;
}
</style>
background-color css
<style>
a { background-color: #FC32EE; }
a { background-color: rgb(252,50,238); }
div.DivClassName
{
background-color: #FC32EE;
}
.BgClassName
{
background-color: #FC32EE;
}
</style>
border-color css
<style>
span { border-color: #FC32EE; }
span { border-color: rgb(252,50,238); }
td.TdClassName
{
border-color: #FC32EE;
}
.TagClassName
{
border-color: #FC32EE;
}
</style>