Shades of Hot Magenta #F215DB
Tints of Hot Magenta #F215DB
RGB
CMYK
RGB Variations
Color information
#F215DB (or 0xF215DB) is known color: Hot Magenta. HEX triplet: F2, 15 and DB. RGB value is (242,21,219). Sum of RGB (Red+Green+Blue) = 242+21+219=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F215DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215DB is #0DEA24. Grayscale: #6D6D6D. Windows color (decimal): -911909 or 14358002. OLE color: 14358002.
HSL color Cylindrical-coordinate representation of color #F215DB: hue angle of 306.24º 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 #F215DB is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 219 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.05 |
| HSL | 306.24º | 0.89% | 0.52% | - |
| HSV(B) | 306.24º | 0.91% | 0.95% | - |
| XYZ | 49.67 | 24.53 | 69.13 | - |
| YUV | 109.65 | 189.72 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 219 | 0 | 0.91 | 0.10 | 0.05 | 306.24 | 0.89 | 0.52 |
| Hex | F2 | 15 | DB | 0 | 5B | A | 5 | 132 | 59 | 34 |
| Octal | 362 | 25 | 333 | 0 | 133 | 12 | 5 | 462 | 131 | 64 |
| Binary | 11110010 | 10101 | 11011011 | 0 | 1011011 | 1010 | 101 | 100110010 | 1011001 | 110100 |
Color Harmonies of #F215DB
Complementary color
Monochromatic Colors of #F215DB
Black with #F215DB
Text Example
Text Example
White with #F215DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215DB; }
p { color: rgb(242,21,219); }
H1.HeaderClassName
{
color: #F215DB;
}
.AnyTagClassName
{
color: #F215DB;
}
</style>
background-color css
<style>
a { background-color: #F215DB; }
a { background-color: rgb(242,21,219); }
div.DivClassName
{
background-color: #F215DB;
}
.BgClassName
{
background-color: #F215DB;
}
</style>
border-color css
<style>
span { border-color: #F215DB; }
span { border-color: rgb(242,21,219); }
td.TdClassName
{
border-color: #F215DB;
}
.TagClassName
{
border-color: #F215DB;
}
</style>