Shades of Razzle Dazzle Rose #FC20DC
Tints of Razzle Dazzle Rose #FC20DC
RGB
CMYK
RGB Variations
Color information
#FC20DC (or 0xFC20DC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 20 and DC. RGB value is (252,32,220). Sum of RGB (Red+Green+Blue) = 252+32+220=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 32 (12.89% from 255 or 6.35% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20DC is #03DF23. Grayscale: #767676. Windows color (decimal): -253732 or 14426364. OLE color: 14426364.
HSL color Cylindrical-coordinate representation of color #FC20DC: hue angle of 308.73º 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 #FC20DC is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 220 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.01 |
| HSL | 308.73º | 0.97% | 0.56% | - |
| HSV(B) | 308.73º | 0.87% | 0.99% | - |
| XYZ | 53.58 | 26.9 | 70.08 | - |
| YUV | 119.21 | 184.89 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 220 | 0 | 0.87 | 0.13 | 0.01 | 308.73 | 0.97 | 0.56 |
| Hex | FC | 20 | DC | 0 | 57 | D | 1 | 135 | 61 | 38 |
| Octal | 374 | 40 | 334 | 0 | 127 | 15 | 1 | 465 | 141 | 70 |
| Binary | 11111100 | 100000 | 11011100 | 0 | 1010111 | 1101 | 1 | 100110101 | 1100001 | 111000 |
Color Harmonies of #FC20DC
Complementary color
Monochromatic Colors of #FC20DC
Black with #FC20DC
Text Example
Text Example
White with #FC20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20DC; }
p { color: rgb(252,32,220); }
H1.HeaderClassName
{
color: #FC20DC;
}
.AnyTagClassName
{
color: #FC20DC;
}
</style>
background-color css
<style>
a { background-color: #FC20DC; }
a { background-color: rgb(252,32,220); }
div.DivClassName
{
background-color: #FC20DC;
}
.BgClassName
{
background-color: #FC20DC;
}
</style>
border-color css
<style>
span { border-color: #FC20DC; }
span { border-color: rgb(252,32,220); }
td.TdClassName
{
border-color: #FC20DC;
}
.TagClassName
{
border-color: #FC20DC;
}
</style>