Shades of Hot Magenta #F914E4
Tints of Hot Magenta #F914E4
RGB
CMYK
RGB Variations
Color information
#F914E4 (or 0xF914E4) is known color: Hot Magenta. HEX triplet: F9, 14 and E4. RGB value is (249,20,228). Sum of RGB (Red+Green+Blue) = 249+20+228=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 20 (8.20% from 255 or 4.02% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F914E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F914E4 is #06EB1B. Grayscale: #6F6F6F. Windows color (decimal): -453404 or 14947577. OLE color: 14947577.
HSL color Cylindrical-coordinate representation of color #F914E4: hue angle of 305.5º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F914E4 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 228 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.02 |
| HSL | 305.5º | 0.95% | 0.53% | - |
| HSV(B) | 305.5º | 0.92% | 0.98% | - |
| XYZ | 53.32 | 26.24 | 75.65 | - |
| YUV | 112.18 | 193.37 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 228 | 0 | 0.92 | 0.08 | 0.02 | 305.5 | 0.95 | 0.53 |
| Hex | F9 | 14 | E4 | 0 | 5C | 8 | 2 | 132 | 5F | 35 |
| Octal | 371 | 24 | 344 | 0 | 134 | 10 | 2 | 462 | 137 | 65 |
| Binary | 11111001 | 10100 | 11100100 | 0 | 1011100 | 1000 | 10 | 100110010 | 1011111 | 110101 |
Color Harmonies of #F914E4
Complementary color
Monochromatic Colors of #F914E4
Black with #F914E4
Text Example
Text Example
White with #F914E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914E4; }
p { color: rgb(249,20,228); }
H1.HeaderClassName
{
color: #F914E4;
}
.AnyTagClassName
{
color: #F914E4;
}
</style>
background-color css
<style>
a { background-color: #F914E4; }
a { background-color: rgb(249,20,228); }
div.DivClassName
{
background-color: #F914E4;
}
.BgClassName
{
background-color: #F914E4;
}
</style>
border-color css
<style>
span { border-color: #F914E4; }
span { border-color: rgb(249,20,228); }
td.TdClassName
{
border-color: #F914E4;
}
.TagClassName
{
border-color: #F914E4;
}
</style>