Shades of Hot Magenta #F415DD
Tints of Hot Magenta #F415DD
RGB
CMYK
RGB Variations
Color information
#F415DD (or 0xF415DD) is known color: Hot Magenta. HEX triplet: F4, 15 and DD. RGB value is (244,21,221). Sum of RGB (Red+Green+Blue) = 244+21+221=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F415DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F415DD is #0BEA22. Grayscale: #6D6D6D. Windows color (decimal): -780835 or 14489076. OLE color: 14489076.
HSL color Cylindrical-coordinate representation of color #F415DD: hue angle of 306.19º 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 #F415DD is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 221 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.04 |
| HSL | 306.19º | 0.91% | 0.52% | - |
| HSV(B) | 306.19º | 0.91% | 0.96% | - |
| XYZ | 50.63 | 24.99 | 70.56 | - |
| YUV | 110.48 | 190.38 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 221 | 0 | 0.91 | 0.09 | 0.04 | 306.19 | 0.91 | 0.52 |
| Hex | F4 | 15 | DD | 0 | 5B | 9 | 4 | 132 | 5B | 34 |
| Octal | 364 | 25 | 335 | 0 | 133 | 11 | 4 | 462 | 133 | 64 |
| Binary | 11110100 | 10101 | 11011101 | 0 | 1011011 | 1001 | 100 | 100110010 | 1011011 | 110100 |
Color Harmonies of #F415DD
Complementary color
Monochromatic Colors of #F415DD
Black with #F415DD
Text Example
Text Example
White with #F415DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F415DD; }
p { color: rgb(244,21,221); }
H1.HeaderClassName
{
color: #F415DD;
}
.AnyTagClassName
{
color: #F415DD;
}
</style>
background-color css
<style>
a { background-color: #F415DD; }
a { background-color: rgb(244,21,221); }
div.DivClassName
{
background-color: #F415DD;
}
.BgClassName
{
background-color: #F415DD;
}
</style>
border-color css
<style>
span { border-color: #F415DD; }
span { border-color: rgb(244,21,221); }
td.TdClassName
{
border-color: #F415DD;
}
.TagClassName
{
border-color: #F415DD;
}
</style>