Shades of Razzle Dazzle Rose #F221DB
Tints of Razzle Dazzle Rose #F221DB
RGB
CMYK
RGB Variations
Color information
#F221DB (or 0xF221DB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 21 and DB. RGB value is (242,33,219). Sum of RGB (Red+Green+Blue) = 242+33+219=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 33 (13.28% from 255 or 6.68% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F221DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221DB is #0DDE24. Grayscale: #747474. Windows color (decimal): -908837 or 14361074. OLE color: 14361074.
HSL color Cylindrical-coordinate representation of color #F221DB: hue angle of 306.6º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F221DB is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 219 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.05 |
| HSL | 306.6º | 0.89% | 0.54% | - |
| HSV(B) | 306.6º | 0.86% | 0.95% | - |
| XYZ | 49.95 | 25.08 | 69.23 | - |
| YUV | 116.7 | 185.74 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 219 | 0 | 0.86 | 0.10 | 0.05 | 306.6 | 0.89 | 0.54 |
| Hex | F2 | 21 | DB | 0 | 56 | A | 5 | 133 | 59 | 36 |
| Octal | 362 | 41 | 333 | 0 | 126 | 12 | 5 | 463 | 131 | 66 |
| Binary | 11110010 | 100001 | 11011011 | 0 | 1010110 | 1010 | 101 | 100110011 | 1011001 | 110110 |
Color Harmonies of #F221DB
Complementary color
Monochromatic Colors of #F221DB
Black with #F221DB
Text Example
Text Example
White with #F221DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221DB; }
p { color: rgb(242,33,219); }
H1.HeaderClassName
{
color: #F221DB;
}
.AnyTagClassName
{
color: #F221DB;
}
</style>
background-color css
<style>
a { background-color: #F221DB; }
a { background-color: rgb(242,33,219); }
div.DivClassName
{
background-color: #F221DB;
}
.BgClassName
{
background-color: #F221DB;
}
</style>
border-color css
<style>
span { border-color: #F221DB; }
span { border-color: rgb(242,33,219); }
td.TdClassName
{
border-color: #F221DB;
}
.TagClassName
{
border-color: #F221DB;
}
</style>