Shades of Hot Magenta #F911E4
Tints of Hot Magenta #F911E4
RGB
CMYK
RGB Variations
Color information
#F911E4 (or 0xF911E4) is known color: Hot Magenta. HEX triplet: F9, 11 and E4. RGB value is (249,17,228). Sum of RGB (Red+Green+Blue) = 249+17+228=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 17 (7.03% from 255 or 3.44% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F911E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911E4 is #06EE1B. Grayscale: #6D6D6D. Windows color (decimal): -454172 or 14946809. OLE color: 14946809.
HSL color Cylindrical-coordinate representation of color #F911E4: hue angle of 305.43º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F911E4 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 228 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.02 |
| HSL | 305.43º | 0.95% | 0.52% | - |
| HSV(B) | 305.43º | 0.93% | 0.98% | - |
| XYZ | 53.27 | 26.14 | 75.64 | - |
| YUV | 110.42 | 194.36 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 228 | 0 | 0.93 | 0.08 | 0.02 | 305.43 | 0.95 | 0.52 |
| Hex | F9 | 11 | E4 | 0 | 5D | 8 | 2 | 131 | 5F | 34 |
| Octal | 371 | 21 | 344 | 0 | 135 | 10 | 2 | 461 | 137 | 64 |
| Binary | 11111001 | 10001 | 11100100 | 0 | 1011101 | 1000 | 10 | 100110001 | 1011111 | 110100 |
Color Harmonies of #F911E4
Complementary color
Monochromatic Colors of #F911E4
Black with #F911E4
Text Example
Text Example
White with #F911E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F911E4; }
p { color: rgb(249,17,228); }
H1.HeaderClassName
{
color: #F911E4;
}
.AnyTagClassName
{
color: #F911E4;
}
</style>
background-color css
<style>
a { background-color: #F911E4; }
a { background-color: rgb(249,17,228); }
div.DivClassName
{
background-color: #F911E4;
}
.BgClassName
{
background-color: #F911E4;
}
</style>
border-color css
<style>
span { border-color: #F911E4; }
span { border-color: rgb(249,17,228); }
td.TdClassName
{
border-color: #F911E4;
}
.TagClassName
{
border-color: #F911E4;
}
</style>