Shades of Razzle Dazzle Rose #F21FDB
Tints of Razzle Dazzle Rose #F21FDB
RGB
CMYK
RGB Variations
Color information
#F21FDB (or 0xF21FDB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1F and DB. RGB value is (242,31,219). Sum of RGB (Red+Green+Blue) = 242+31+219=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 31 (12.5% from 255 or 6.30% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21FDB is #0DE024. Grayscale: #727272. Windows color (decimal): -909349 or 14360562. OLE color: 14360562.
HSL color Cylindrical-coordinate representation of color #F21FDB: hue angle of 306.54º 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 #F21FDB is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 219 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.05 |
| HSL | 306.54º | 0.89% | 0.54% | - |
| HSV(B) | 306.54º | 0.87% | 0.95% | - |
| XYZ | 49.89 | 24.97 | 69.21 | - |
| YUV | 115.52 | 186.4 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 219 | 0 | 0.87 | 0.10 | 0.05 | 306.54 | 0.89 | 0.54 |
| Hex | F2 | 1F | DB | 0 | 57 | A | 5 | 133 | 59 | 36 |
| Octal | 362 | 37 | 333 | 0 | 127 | 12 | 5 | 463 | 131 | 66 |
| Binary | 11110010 | 11111 | 11011011 | 0 | 1010111 | 1010 | 101 | 100110011 | 1011001 | 110110 |
Color Harmonies of #F21FDB
Complementary color
Monochromatic Colors of #F21FDB
Black with #F21FDB
Text Example
Text Example
White with #F21FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21FDB; }
p { color: rgb(242,31,219); }
H1.HeaderClassName
{
color: #F21FDB;
}
.AnyTagClassName
{
color: #F21FDB;
}
</style>
background-color css
<style>
a { background-color: #F21FDB; }
a { background-color: rgb(242,31,219); }
div.DivClassName
{
background-color: #F21FDB;
}
.BgClassName
{
background-color: #F21FDB;
}
</style>
border-color css
<style>
span { border-color: #F21FDB; }
span { border-color: rgb(242,31,219); }
td.TdClassName
{
border-color: #F21FDB;
}
.TagClassName
{
border-color: #F21FDB;
}
</style>