Shades of Hot Magenta #F615DB
Tints of Hot Magenta #F615DB
RGB
CMYK
RGB Variations
Color information
#F615DB (or 0xF615DB) is known color: Hot Magenta. HEX triplet: F6, 15 and DB. RGB value is (246,21,219). Sum of RGB (Red+Green+Blue) = 246+21+219=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F615DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F615DB is #09EA24. Grayscale: #6E6E6E. Windows color (decimal): -649765 or 14358006. OLE color: 14358006.
HSL color Cylindrical-coordinate representation of color #F615DB: hue angle of 307.2º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F615DB is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 219 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.04 |
| HSL | 307.2º | 0.93% | 0.52% | - |
| HSV(B) | 307.2º | 0.91% | 0.96% | - |
| XYZ | 51.06 | 25.24 | 69.2 | - |
| YUV | 110.85 | 189.04 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 219 | 0 | 0.91 | 0.11 | 0.04 | 307.2 | 0.93 | 0.52 |
| Hex | F6 | 15 | DB | 0 | 5B | B | 4 | 133 | 5D | 34 |
| Octal | 366 | 25 | 333 | 0 | 133 | 13 | 4 | 463 | 135 | 64 |
| Binary | 11110110 | 10101 | 11011011 | 0 | 1011011 | 1011 | 100 | 100110011 | 1011101 | 110100 |
Color Harmonies of #F615DB
Complementary color
Monochromatic Colors of #F615DB
Black with #F615DB
Text Example
Text Example
White with #F615DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F615DB; }
p { color: rgb(246,21,219); }
H1.HeaderClassName
{
color: #F615DB;
}
.AnyTagClassName
{
color: #F615DB;
}
</style>
background-color css
<style>
a { background-color: #F615DB; }
a { background-color: rgb(246,21,219); }
div.DivClassName
{
background-color: #F615DB;
}
.BgClassName
{
background-color: #F615DB;
}
</style>
border-color css
<style>
span { border-color: #F615DB; }
span { border-color: rgb(246,21,219); }
td.TdClassName
{
border-color: #F615DB;
}
.TagClassName
{
border-color: #F615DB;
}
</style>