Shades of Razzle Dazzle Rose #F21EDB
Tints of Razzle Dazzle Rose #F21EDB
RGB
CMYK
RGB Variations
Color information
#F21EDB (or 0xF21EDB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1E and DB. RGB value is (242,30,219). Sum of RGB (Red+Green+Blue) = 242+30+219=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F21EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21EDB is #0DE124. Grayscale: #727272. Windows color (decimal): -909605 or 14360306. OLE color: 14360306.
HSL color Cylindrical-coordinate representation of color #F21EDB: hue angle of 306.51º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21EDB is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 219 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.05 |
| HSL | 306.51º | 0.89% | 0.53% | - |
| HSV(B) | 306.51º | 0.88% | 0.95% | - |
| XYZ | 49.87 | 24.92 | 69.2 | - |
| YUV | 114.93 | 186.74 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 219 | 0 | 0.88 | 0.10 | 0.05 | 306.51 | 0.89 | 0.53 |
| Hex | F2 | 1E | DB | 0 | 58 | A | 5 | 133 | 59 | 35 |
| Octal | 362 | 36 | 333 | 0 | 130 | 12 | 5 | 463 | 131 | 65 |
| Binary | 11110010 | 11110 | 11011011 | 0 | 1011000 | 1010 | 101 | 100110011 | 1011001 | 110101 |
Color Harmonies of #F21EDB
Complementary color
Monochromatic Colors of #F21EDB
Black with #F21EDB
Text Example
Text Example
White with #F21EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21EDB; }
p { color: rgb(242,30,219); }
H1.HeaderClassName
{
color: #F21EDB;
}
.AnyTagClassName
{
color: #F21EDB;
}
</style>
background-color css
<style>
a { background-color: #F21EDB; }
a { background-color: rgb(242,30,219); }
div.DivClassName
{
background-color: #F21EDB;
}
.BgClassName
{
background-color: #F21EDB;
}
</style>
border-color css
<style>
span { border-color: #F21EDB; }
span { border-color: rgb(242,30,219); }
td.TdClassName
{
border-color: #F21EDB;
}
.TagClassName
{
border-color: #F21EDB;
}
</style>