Shades of Hot Magenta #F216DB
Tints of Hot Magenta #F216DB
RGB
CMYK
RGB Variations
Color information
#F216DB (or 0xF216DB) is known color: Hot Magenta. HEX triplet: F2, 16 and DB. RGB value is (242,22,219). Sum of RGB (Red+Green+Blue) = 242+22+219=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 22 (8.98% from 255 or 4.55% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F216DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F216DB is #0DE924. Grayscale: #6D6D6D. Windows color (decimal): -911653 or 14358258. OLE color: 14358258.
HSL color Cylindrical-coordinate representation of color #F216DB: hue angle of 306.27º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F216DB is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 219 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.05 |
| HSL | 306.27º | 0.89% | 0.52% | - |
| HSV(B) | 306.27º | 0.91% | 0.95% | - |
| XYZ | 49.69 | 24.57 | 69.14 | - |
| YUV | 110.24 | 189.39 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 219 | 0 | 0.91 | 0.10 | 0.05 | 306.27 | 0.89 | 0.52 |
| Hex | F2 | 16 | DB | 0 | 5B | A | 5 | 132 | 59 | 34 |
| Octal | 362 | 26 | 333 | 0 | 133 | 12 | 5 | 462 | 131 | 64 |
| Binary | 11110010 | 10110 | 11011011 | 0 | 1011011 | 1010 | 101 | 100110010 | 1011001 | 110100 |
Color Harmonies of #F216DB
Complementary color
Monochromatic Colors of #F216DB
Black with #F216DB
Text Example
Text Example
White with #F216DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F216DB; }
p { color: rgb(242,22,219); }
H1.HeaderClassName
{
color: #F216DB;
}
.AnyTagClassName
{
color: #F216DB;
}
</style>
background-color css
<style>
a { background-color: #F216DB; }
a { background-color: rgb(242,22,219); }
div.DivClassName
{
background-color: #F216DB;
}
.BgClassName
{
background-color: #F216DB;
}
</style>
border-color css
<style>
span { border-color: #F216DB; }
span { border-color: rgb(242,22,219); }
td.TdClassName
{
border-color: #F216DB;
}
.TagClassName
{
border-color: #F216DB;
}
</style>