Shades of Hot Magenta #F015DB
Tints of Hot Magenta #F015DB
RGB
CMYK
RGB Variations
Color information
#F015DB (or 0xF015DB) is known color: Hot Magenta. HEX triplet: F0, 15 and DB. RGB value is (240,21,219). Sum of RGB (Red+Green+Blue) = 240+21+219=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 21 (8.59% from 255 or 4.38% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F015DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015DB is #0FEA24. Grayscale: #6C6C6C. Windows color (decimal): -1042981 or 14358000. OLE color: 14358000.
HSL color Cylindrical-coordinate representation of color #F015DB: hue angle of 305.75º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F015DB is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 219 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.06 |
| HSL | 305.75º | 0.88% | 0.51% | - |
| HSV(B) | 305.75º | 0.91% | 0.94% | - |
| XYZ | 48.99 | 24.18 | 69.1 | - |
| YUV | 109.05 | 190.05 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 219 | 0 | 0.91 | 0.09 | 0.06 | 305.75 | 0.88 | 0.51 |
| Hex | F0 | 15 | DB | 0 | 5B | 9 | 6 | 132 | 58 | 33 |
| Octal | 360 | 25 | 333 | 0 | 133 | 11 | 6 | 462 | 130 | 63 |
| Binary | 11110000 | 10101 | 11011011 | 0 | 1011011 | 1001 | 110 | 100110010 | 1011000 | 110011 |
Color Harmonies of #F015DB
Complementary color
Monochromatic Colors of #F015DB
Black with #F015DB
Text Example
Text Example
White with #F015DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015DB; }
p { color: rgb(240,21,219); }
H1.HeaderClassName
{
color: #F015DB;
}
.AnyTagClassName
{
color: #F015DB;
}
</style>
background-color css
<style>
a { background-color: #F015DB; }
a { background-color: rgb(240,21,219); }
div.DivClassName
{
background-color: #F015DB;
}
.BgClassName
{
background-color: #F015DB;
}
</style>
border-color css
<style>
span { border-color: #F015DB; }
span { border-color: rgb(240,21,219); }
td.TdClassName
{
border-color: #F015DB;
}
.TagClassName
{
border-color: #F015DB;
}
</style>