Shades of Hot Magenta #F415DF
Tints of Hot Magenta #F415DF
RGB
CMYK
RGB Variations
Color information
#F415DF (or 0xF415DF) is known color: Hot Magenta. HEX triplet: F4, 15 and DF. RGB value is (244,21,223). Sum of RGB (Red+Green+Blue) = 244+21+223=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 21 (8.59% from 255 or 4.30% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F415DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F415DF is #0BEA20. Grayscale: #6E6E6E. Windows color (decimal): -780833 or 14620148. OLE color: 14620148.
HSL color Cylindrical-coordinate representation of color #F415DF: hue angle of 305.65º 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 #F415DF is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 223 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.04 |
| HSL | 305.65º | 0.91% | 0.52% | - |
| HSV(B) | 305.65º | 0.91% | 0.96% | - |
| XYZ | 50.9 | 25.1 | 71.97 | - |
| YUV | 110.71 | 191.38 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 223 | 0 | 0.91 | 0.09 | 0.04 | 305.65 | 0.91 | 0.52 |
| Hex | F4 | 15 | DF | 0 | 5B | 9 | 4 | 132 | 5B | 34 |
| Octal | 364 | 25 | 337 | 0 | 133 | 11 | 4 | 462 | 133 | 64 |
| Binary | 11110100 | 10101 | 11011111 | 0 | 1011011 | 1001 | 100 | 100110010 | 1011011 | 110100 |
Color Harmonies of #F415DF
Complementary color
Monochromatic Colors of #F415DF
Black with #F415DF
Text Example
Text Example
White with #F415DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F415DF; }
p { color: rgb(244,21,223); }
H1.HeaderClassName
{
color: #F415DF;
}
.AnyTagClassName
{
color: #F415DF;
}
</style>
background-color css
<style>
a { background-color: #F415DF; }
a { background-color: rgb(244,21,223); }
div.DivClassName
{
background-color: #F415DF;
}
.BgClassName
{
background-color: #F415DF;
}
</style>
border-color css
<style>
span { border-color: #F415DF; }
span { border-color: rgb(244,21,223); }
td.TdClassName
{
border-color: #F415DF;
}
.TagClassName
{
border-color: #F415DF;
}
</style>