Shades of Hot Magenta #F214DB
Tints of Hot Magenta #F214DB
RGB
CMYK
RGB Variations
Color information
#F214DB (or 0xF214DB) is known color: Hot Magenta. HEX triplet: F2, 14 and DB. RGB value is (242,20,219). Sum of RGB (Red+Green+Blue) = 242+20+219=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 20 (8.20% from 255 or 4.16% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F214DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F214DB is #0DEB24. Grayscale: #6C6C6C. Windows color (decimal): -912165 or 14357746. OLE color: 14357746.
HSL color Cylindrical-coordinate representation of color #F214DB: hue angle of 306.22º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F214DB is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 219 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.05 |
| HSL | 306.22º | 0.9% | 0.51% | - |
| HSV(B) | 306.22º | 0.92% | 0.95% | - |
| XYZ | 49.65 | 24.49 | 69.13 | - |
| YUV | 109.06 | 190.05 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 219 | 0 | 0.92 | 0.10 | 0.05 | 306.22 | 0.9 | 0.51 |
| Hex | F2 | 14 | DB | 0 | 5C | A | 5 | 132 | 5A | 33 |
| Octal | 362 | 24 | 333 | 0 | 134 | 12 | 5 | 462 | 132 | 63 |
| Binary | 11110010 | 10100 | 11011011 | 0 | 1011100 | 1010 | 101 | 100110010 | 1011010 | 110011 |
Color Harmonies of #F214DB
Complementary color
Monochromatic Colors of #F214DB
Black with #F214DB
Text Example
Text Example
White with #F214DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F214DB; }
p { color: rgb(242,20,219); }
H1.HeaderClassName
{
color: #F214DB;
}
.AnyTagClassName
{
color: #F214DB;
}
</style>
background-color css
<style>
a { background-color: #F214DB; }
a { background-color: rgb(242,20,219); }
div.DivClassName
{
background-color: #F214DB;
}
.BgClassName
{
background-color: #F214DB;
}
</style>
border-color css
<style>
span { border-color: #F214DB; }
span { border-color: rgb(242,20,219); }
td.TdClassName
{
border-color: #F214DB;
}
.TagClassName
{
border-color: #F214DB;
}
</style>