Shades of Hot Magenta #F917E4
Tints of Hot Magenta #F917E4
RGB
CMYK
RGB Variations
Color information
#F917E4 (or 0xF917E4) is known color: Hot Magenta. HEX triplet: F9, 17 and E4. RGB value is (249,23,228). Sum of RGB (Red+Green+Blue) = 249+23+228=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 23 (9.38% from 255 or 4.6% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F917E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F917E4 is #06E81B. Grayscale: #717171. Windows color (decimal): -452636 or 14948345. OLE color: 14948345.
HSL color Cylindrical-coordinate representation of color #F917E4: hue angle of 305.58º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F917E4 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 228 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.02 |
| HSL | 305.58º | 0.95% | 0.53% | - |
| HSV(B) | 305.58º | 0.91% | 0.98% | - |
| XYZ | 53.38 | 26.35 | 75.67 | - |
| YUV | 113.94 | 192.37 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 228 | 0 | 0.91 | 0.08 | 0.02 | 305.58 | 0.95 | 0.53 |
| Hex | F9 | 17 | E4 | 0 | 5B | 8 | 2 | 132 | 5F | 35 |
| Octal | 371 | 27 | 344 | 0 | 133 | 10 | 2 | 462 | 137 | 65 |
| Binary | 11111001 | 10111 | 11100100 | 0 | 1011011 | 1000 | 10 | 100110010 | 1011111 | 110101 |
Color Harmonies of #F917E4
Complementary color
Monochromatic Colors of #F917E4
Black with #F917E4
Text Example
Text Example
White with #F917E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F917E4; }
p { color: rgb(249,23,228); }
H1.HeaderClassName
{
color: #F917E4;
}
.AnyTagClassName
{
color: #F917E4;
}
</style>
background-color css
<style>
a { background-color: #F917E4; }
a { background-color: rgb(249,23,228); }
div.DivClassName
{
background-color: #F917E4;
}
.BgClassName
{
background-color: #F917E4;
}
</style>
border-color css
<style>
span { border-color: #F917E4; }
span { border-color: rgb(249,23,228); }
td.TdClassName
{
border-color: #F917E4;
}
.TagClassName
{
border-color: #F917E4;
}
</style>