Shades of Hot Magenta #F417DB
Tints of Hot Magenta #F417DB
RGB
CMYK
RGB Variations
Color information
#F417DB (or 0xF417DB) is known color: Hot Magenta. HEX triplet: F4, 17 and DB. RGB value is (244,23,219). Sum of RGB (Red+Green+Blue) = 244+23+219=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 23 (9.38% from 255 or 4.73% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F417DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F417DB is #0BE824. Grayscale: #6E6E6E. Windows color (decimal): -780325 or 14358516. OLE color: 14358516.
HSL color Cylindrical-coordinate representation of color #F417DB: hue angle of 306.79º degrees, saturation: 0.91, 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 #F417DB is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 219 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.04 |
| HSL | 306.79º | 0.91% | 0.52% | - |
| HSV(B) | 306.79º | 0.91% | 0.96% | - |
| XYZ | 50.4 | 24.96 | 69.18 | - |
| YUV | 111.42 | 188.72 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 219 | 0 | 0.91 | 0.10 | 0.04 | 306.79 | 0.91 | 0.52 |
| Hex | F4 | 17 | DB | 0 | 5B | A | 4 | 133 | 5B | 34 |
| Octal | 364 | 27 | 333 | 0 | 133 | 12 | 4 | 463 | 133 | 64 |
| Binary | 11110100 | 10111 | 11011011 | 0 | 1011011 | 1010 | 100 | 100110011 | 1011011 | 110100 |
Color Harmonies of #F417DB
Complementary color
Monochromatic Colors of #F417DB
Black with #F417DB
Text Example
Text Example
White with #F417DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F417DB; }
p { color: rgb(244,23,219); }
H1.HeaderClassName
{
color: #F417DB;
}
.AnyTagClassName
{
color: #F417DB;
}
</style>
background-color css
<style>
a { background-color: #F417DB; }
a { background-color: rgb(244,23,219); }
div.DivClassName
{
background-color: #F417DB;
}
.BgClassName
{
background-color: #F417DB;
}
</style>
border-color css
<style>
span { border-color: #F417DB; }
span { border-color: rgb(244,23,219); }
td.TdClassName
{
border-color: #F417DB;
}
.TagClassName
{
border-color: #F417DB;
}
</style>