Shades of Razzle Dazzle Rose #FC21E8
Tints of Razzle Dazzle Rose #FC21E8
RGB
CMYK
RGB Variations
Color information
#FC21E8 (or 0xFC21E8) is known color: Razzle Dazzle Rose. HEX triplet: FC, 21 and E8. RGB value is (252,33,232). Sum of RGB (Red+Green+Blue) = 252+33+232=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 33 (13.28% from 255 or 6.38% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC21E8 is #03DE17. Grayscale: #787878. Windows color (decimal): -253464 or 15213052. OLE color: 15213052.
HSL color Cylindrical-coordinate representation of color #FC21E8: hue angle of 305.48º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC21E8 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 232 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.01 |
| HSL | 305.48º | 0.97% | 0.56% | - |
| HSV(B) | 305.48º | 0.87% | 0.99% | - |
| XYZ | 55.25 | 27.61 | 78.76 | - |
| YUV | 121.17 | 190.55 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 232 | 0 | 0.87 | 0.08 | 0.01 | 305.48 | 0.97 | 0.56 |
| Hex | FC | 21 | E8 | 0 | 57 | 8 | 1 | 131 | 61 | 38 |
| Octal | 374 | 41 | 350 | 0 | 127 | 10 | 1 | 461 | 141 | 70 |
| Binary | 11111100 | 100001 | 11101000 | 0 | 1010111 | 1000 | 1 | 100110001 | 1100001 | 111000 |
Color Harmonies of #FC21E8
Complementary color
Monochromatic Colors of #FC21E8
Black with #FC21E8
Text Example
Text Example
White with #FC21E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC21E8; }
p { color: rgb(252,33,232); }
H1.HeaderClassName
{
color: #FC21E8;
}
.AnyTagClassName
{
color: #FC21E8;
}
</style>
background-color css
<style>
a { background-color: #FC21E8; }
a { background-color: rgb(252,33,232); }
div.DivClassName
{
background-color: #FC21E8;
}
.BgClassName
{
background-color: #FC21E8;
}
</style>
border-color css
<style>
span { border-color: #FC21E8; }
span { border-color: rgb(252,33,232); }
td.TdClassName
{
border-color: #FC21E8;
}
.TagClassName
{
border-color: #FC21E8;
}
</style>