Shades of Hot Magenta #F918E3
Tints of Hot Magenta #F918E3
RGB
CMYK
RGB Variations
Color information
#F918E3 (or 0xF918E3) is known color: Hot Magenta. HEX triplet: F9, 18 and E3. RGB value is (249,24,227). Sum of RGB (Red+Green+Blue) = 249+24+227=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 24 (9.77% from 255 or 4.8% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F918E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918E3 is #06E71C. Grayscale: #717171. Windows color (decimal): -452381 or 14883065. OLE color: 14883065.
HSL color Cylindrical-coordinate representation of color #F918E3: hue angle of 305.87º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918E3 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 227 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.02 |
| HSL | 305.87º | 0.95% | 0.54% | - |
| HSV(B) | 305.87º | 0.9% | 0.98% | - |
| XYZ | 53.26 | 26.34 | 74.95 | - |
| YUV | 114.42 | 191.54 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 227 | 0 | 0.90 | 0.09 | 0.02 | 305.87 | 0.95 | 0.54 |
| Hex | F9 | 18 | E3 | 0 | 5A | 9 | 2 | 132 | 5F | 36 |
| Octal | 371 | 30 | 343 | 0 | 132 | 11 | 2 | 462 | 137 | 66 |
| Binary | 11111001 | 11000 | 11100011 | 0 | 1011010 | 1001 | 10 | 100110010 | 1011111 | 110110 |
Color Harmonies of #F918E3
Complementary color
Monochromatic Colors of #F918E3
Black with #F918E3
Text Example
Text Example
White with #F918E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918E3; }
p { color: rgb(249,24,227); }
H1.HeaderClassName
{
color: #F918E3;
}
.AnyTagClassName
{
color: #F918E3;
}
</style>
background-color css
<style>
a { background-color: #F918E3; }
a { background-color: rgb(249,24,227); }
div.DivClassName
{
background-color: #F918E3;
}
.BgClassName
{
background-color: #F918E3;
}
</style>
border-color css
<style>
span { border-color: #F918E3; }
span { border-color: rgb(249,24,227); }
td.TdClassName
{
border-color: #F918E3;
}
.TagClassName
{
border-color: #F918E3;
}
</style>