Shades of Razzle Dazzle Rose #F220DB
Tints of Razzle Dazzle Rose #F220DB
RGB
CMYK
RGB Variations
Color information
#F220DB (or 0xF220DB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 20 and DB. RGB value is (242,32,219). Sum of RGB (Red+Green+Blue) = 242+32+219=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F220DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F220DB is #0DDF24. Grayscale: #737373. Windows color (decimal): -909093 or 14360818. OLE color: 14360818.
HSL color Cylindrical-coordinate representation of color #F220DB: hue angle of 306.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F220DB is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 219 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.05 |
| HSL | 306.57º | 0.89% | 0.54% | - |
| HSV(B) | 306.57º | 0.87% | 0.95% | - |
| XYZ | 49.92 | 25.02 | 69.22 | - |
| YUV | 116.11 | 186.07 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 219 | 0 | 0.87 | 0.10 | 0.05 | 306.57 | 0.89 | 0.54 |
| Hex | F2 | 20 | DB | 0 | 57 | A | 5 | 133 | 59 | 36 |
| Octal | 362 | 40 | 333 | 0 | 127 | 12 | 5 | 463 | 131 | 66 |
| Binary | 11110010 | 100000 | 11011011 | 0 | 1010111 | 1010 | 101 | 100110011 | 1011001 | 110110 |
Color Harmonies of #F220DB
Complementary color
Monochromatic Colors of #F220DB
Black with #F220DB
Text Example
Text Example
White with #F220DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F220DB; }
p { color: rgb(242,32,219); }
H1.HeaderClassName
{
color: #F220DB;
}
.AnyTagClassName
{
color: #F220DB;
}
</style>
background-color css
<style>
a { background-color: #F220DB; }
a { background-color: rgb(242,32,219); }
div.DivClassName
{
background-color: #F220DB;
}
.BgClassName
{
background-color: #F220DB;
}
</style>
border-color css
<style>
span { border-color: #F220DB; }
span { border-color: rgb(242,32,219); }
td.TdClassName
{
border-color: #F220DB;
}
.TagClassName
{
border-color: #F220DB;
}
</style>