Shades of Hot Magenta #F415D9
Tints of Hot Magenta #F415D9
RGB
CMYK
RGB Variations
Color information
#F415D9 (or 0xF415D9) is known color: Hot Magenta. HEX triplet: F4, 15 and D9. RGB value is (244,21,217). Sum of RGB (Red+Green+Blue) = 244+21+217=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F415D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F415D9 is #0BEA26. Grayscale: #6D6D6D. Windows color (decimal): -780839 or 14226932. OLE color: 14226932.
HSL color Cylindrical-coordinate representation of color #F415D9: hue angle of 307.26º 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 #F415D9 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 217 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.04 |
| HSL | 307.26º | 0.91% | 0.52% | - |
| HSV(B) | 307.26º | 0.91% | 0.96% | - |
| XYZ | 50.1 | 24.78 | 67.79 | - |
| YUV | 110.02 | 188.38 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 217 | 0 | 0.91 | 0.11 | 0.04 | 307.26 | 0.91 | 0.52 |
| Hex | F4 | 15 | D9 | 0 | 5B | B | 4 | 133 | 5B | 34 |
| Octal | 364 | 25 | 331 | 0 | 133 | 13 | 4 | 463 | 133 | 64 |
| Binary | 11110100 | 10101 | 11011001 | 0 | 1011011 | 1011 | 100 | 100110011 | 1011011 | 110100 |
Color Harmonies of #F415D9
Complementary color
Monochromatic Colors of #F415D9
Black with #F415D9
Text Example
Text Example
White with #F415D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F415D9; }
p { color: rgb(244,21,217); }
H1.HeaderClassName
{
color: #F415D9;
}
.AnyTagClassName
{
color: #F415D9;
}
</style>
background-color css
<style>
a { background-color: #F415D9; }
a { background-color: rgb(244,21,217); }
div.DivClassName
{
background-color: #F415D9;
}
.BgClassName
{
background-color: #F415D9;
}
</style>
border-color css
<style>
span { border-color: #F415D9; }
span { border-color: rgb(244,21,217); }
td.TdClassName
{
border-color: #F415D9;
}
.TagClassName
{
border-color: #F415D9;
}
</style>