Shades of Razzle Dazzle Rose #FC32EA
Tints of Razzle Dazzle Rose #FC32EA
RGB
CMYK
RGB Variations
Color information
#FC32EA (or 0xFC32EA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and EA. RGB value is (252,50,234). Sum of RGB (Red+Green+Blue) = 252+50+234=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 50 (19.92% from 255 or 9.33% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC32EA is #03CD15. Grayscale: #828282. Windows color (decimal): -249110 or 15348476. OLE color: 15348476.
HSL color Cylindrical-coordinate representation of color #FC32EA: hue angle of 305.35º 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 #FC32EA is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 234 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.01 |
| HSL | 305.35º | 0.97% | 0.59% | - |
| HSV(B) | 305.35º | 0.8% | 0.99% | - |
| XYZ | 56.14 | 28.92 | 80.46 | - |
| YUV | 131.37 | 185.92 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 234 | 0 | 0.80 | 0.07 | 0.01 | 305.35 | 0.97 | 0.59 |
| Hex | FC | 32 | EA | 0 | 50 | 7 | 1 | 131 | 61 | 3B |
| Octal | 374 | 62 | 352 | 0 | 120 | 7 | 1 | 461 | 141 | 73 |
| Binary | 11111100 | 110010 | 11101010 | 0 | 1010000 | 111 | 1 | 100110001 | 1100001 | 111011 |
Color Harmonies of #FC32EA
Complementary color
Monochromatic Colors of #FC32EA
Black with #FC32EA
Text Example
Text Example
White with #FC32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32EA; }
p { color: rgb(252,50,234); }
H1.HeaderClassName
{
color: #FC32EA;
}
.AnyTagClassName
{
color: #FC32EA;
}
</style>
background-color css
<style>
a { background-color: #FC32EA; }
a { background-color: rgb(252,50,234); }
div.DivClassName
{
background-color: #FC32EA;
}
.BgClassName
{
background-color: #FC32EA;
}
</style>
border-color css
<style>
span { border-color: #FC32EA; }
span { border-color: rgb(252,50,234); }
td.TdClassName
{
border-color: #FC32EA;
}
.TagClassName
{
border-color: #FC32EA;
}
</style>