Shades of Razzle Dazzle Rose #FC20E8
Tints of Razzle Dazzle Rose #FC20E8
RGB
CMYK
RGB Variations
Color information
#FC20E8 (or 0xFC20E8) is known color: Razzle Dazzle Rose. HEX triplet: FC, 20 and E8. RGB value is (252,32,232). Sum of RGB (Red+Green+Blue) = 252+32+232=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 32 (12.89% from 255 or 6.20% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC20E8 is #03DF17. Grayscale: #777777. Windows color (decimal): -253720 or 15212796. OLE color: 15212796.
HSL color Cylindrical-coordinate representation of color #FC20E8: hue angle of 305.45º 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 #FC20E8 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 232 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.01 |
| HSL | 305.45º | 0.97% | 0.56% | - |
| HSV(B) | 305.45º | 0.87% | 0.99% | - |
| XYZ | 55.23 | 27.55 | 78.75 | - |
| YUV | 120.58 | 190.89 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 232 | 0 | 0.87 | 0.08 | 0.01 | 305.45 | 0.97 | 0.56 |
| Hex | FC | 20 | E8 | 0 | 57 | 8 | 1 | 131 | 61 | 38 |
| Octal | 374 | 40 | 350 | 0 | 127 | 10 | 1 | 461 | 141 | 70 |
| Binary | 11111100 | 100000 | 11101000 | 0 | 1010111 | 1000 | 1 | 100110001 | 1100001 | 111000 |
Color Harmonies of #FC20E8
Complementary color
Monochromatic Colors of #FC20E8
Black with #FC20E8
Text Example
Text Example
White with #FC20E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20E8; }
p { color: rgb(252,32,232); }
H1.HeaderClassName
{
color: #FC20E8;
}
.AnyTagClassName
{
color: #FC20E8;
}
</style>
background-color css
<style>
a { background-color: #FC20E8; }
a { background-color: rgb(252,32,232); }
div.DivClassName
{
background-color: #FC20E8;
}
.BgClassName
{
background-color: #FC20E8;
}
</style>
border-color css
<style>
span { border-color: #FC20E8; }
span { border-color: rgb(252,32,232); }
td.TdClassName
{
border-color: #FC20E8;
}
.TagClassName
{
border-color: #FC20E8;
}
</style>