Shades of Razzle Dazzle Rose #FC20DB
Tints of Razzle Dazzle Rose #FC20DB
RGB
CMYK
RGB Variations
Color information
#FC20DB (or 0xFC20DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 20 and DB. RGB value is (252,32,219). Sum of RGB (Red+Green+Blue) = 252+32+219=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 32 (12.89% from 255 or 6.36% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20DB is #03DF24. Grayscale: #767676. Windows color (decimal): -253733 or 14360828. OLE color: 14360828.
HSL color Cylindrical-coordinate representation of color #FC20DB: hue angle of 309º 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 #FC20DB is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 219 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.01 |
| HSL | 309º | 0.97% | 0.56% | - |
| HSV(B) | 309º | 0.87% | 0.99% | - |
| XYZ | 53.45 | 26.84 | 69.38 | - |
| YUV | 119.1 | 184.39 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 219 | 0 | 0.87 | 0.13 | 0.01 | 309 | 0.97 | 0.56 |
| Hex | FC | 20 | DB | 0 | 57 | D | 1 | 135 | 61 | 38 |
| Octal | 374 | 40 | 333 | 0 | 127 | 15 | 1 | 465 | 141 | 70 |
| Binary | 11111100 | 100000 | 11011011 | 0 | 1010111 | 1101 | 1 | 100110101 | 1100001 | 111000 |
Color Harmonies of #FC20DB
Complementary color
Monochromatic Colors of #FC20DB
Black with #FC20DB
Text Example
Text Example
White with #FC20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20DB; }
p { color: rgb(252,32,219); }
H1.HeaderClassName
{
color: #FC20DB;
}
.AnyTagClassName
{
color: #FC20DB;
}
</style>
background-color css
<style>
a { background-color: #FC20DB; }
a { background-color: rgb(252,32,219); }
div.DivClassName
{
background-color: #FC20DB;
}
.BgClassName
{
background-color: #FC20DB;
}
</style>
border-color css
<style>
span { border-color: #FC20DB; }
span { border-color: rgb(252,32,219); }
td.TdClassName
{
border-color: #FC20DB;
}
.TagClassName
{
border-color: #FC20DB;
}
</style>