Shades of Hot Magenta #F414D6
Tints of Hot Magenta #F414D6
RGB
CMYK
RGB Variations
Color information
#F414D6 (or 0xF414D6) is known color: Hot Magenta. HEX triplet: F4, 14 and D6. RGB value is (244,20,214). Sum of RGB (Red+Green+Blue) = 244+20+214=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 20 (8.20% from 255 or 4.18% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F414D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F414D6 is #0BEB29. Grayscale: #6C6C6C. Windows color (decimal): -781098 or 14030068. OLE color: 14030068.
HSL color Cylindrical-coordinate representation of color #F414D6: hue angle of 308.04º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F414D6 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 214 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.04 |
| HSL | 308.04º | 0.91% | 0.52% | - |
| HSV(B) | 308.04º | 0.92% | 0.96% | - |
| XYZ | 49.7 | 24.59 | 65.75 | - |
| YUV | 109.09 | 187.21 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 214 | 0 | 0.92 | 0.12 | 0.04 | 308.04 | 0.91 | 0.52 |
| Hex | F4 | 14 | D6 | 0 | 5C | C | 4 | 134 | 5B | 34 |
| Octal | 364 | 24 | 326 | 0 | 134 | 14 | 4 | 464 | 133 | 64 |
| Binary | 11110100 | 10100 | 11010110 | 0 | 1011100 | 1100 | 100 | 100110100 | 1011011 | 110100 |
Color Harmonies of #F414D6
Complementary color
Monochromatic Colors of #F414D6
Black with #F414D6
Text Example
Text Example
White with #F414D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F414D6; }
p { color: rgb(244,20,214); }
H1.HeaderClassName
{
color: #F414D6;
}
.AnyTagClassName
{
color: #F414D6;
}
</style>
background-color css
<style>
a { background-color: #F414D6; }
a { background-color: rgb(244,20,214); }
div.DivClassName
{
background-color: #F414D6;
}
.BgClassName
{
background-color: #F414D6;
}
</style>
border-color css
<style>
span { border-color: #F414D6; }
span { border-color: rgb(244,20,214); }
td.TdClassName
{
border-color: #F414D6;
}
.TagClassName
{
border-color: #F414D6;
}
</style>