Shades of Hot Magenta #F91ADE
Tints of Hot Magenta #F91ADE
RGB
CMYK
RGB Variations
Color information
#F91ADE (or 0xF91ADE) is known color: Hot Magenta. HEX triplet: F9, 1A and DE. RGB value is (249,26,222). Sum of RGB (Red+Green+Blue) = 249+26+222=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 26 (10.55% from 255 or 5.23% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F91ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91ADE is #06E521. Grayscale: #727272. Windows color (decimal): -451874 or 14555897. OLE color: 14555897.
HSL color Cylindrical-coordinate representation of color #F91ADE: hue angle of 307.26º 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 #F91ADE is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 222 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.02 |
| HSL | 307.26º | 0.95% | 0.54% | - |
| HSV(B) | 307.26º | 0.9% | 0.98% | - |
| XYZ | 52.62 | 26.15 | 71.38 | - |
| YUV | 115.02 | 188.38 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 222 | 0 | 0.90 | 0.11 | 0.02 | 307.26 | 0.95 | 0.54 |
| Hex | F9 | 1A | DE | 0 | 5A | B | 2 | 133 | 5F | 36 |
| Octal | 371 | 32 | 336 | 0 | 132 | 13 | 2 | 463 | 137 | 66 |
| Binary | 11111001 | 11010 | 11011110 | 0 | 1011010 | 1011 | 10 | 100110011 | 1011111 | 110110 |
Color Harmonies of #F91ADE
Complementary color
Monochromatic Colors of #F91ADE
Black with #F91ADE
Text Example
Text Example
White with #F91ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91ADE; }
p { color: rgb(249,26,222); }
H1.HeaderClassName
{
color: #F91ADE;
}
.AnyTagClassName
{
color: #F91ADE;
}
</style>
background-color css
<style>
a { background-color: #F91ADE; }
a { background-color: rgb(249,26,222); }
div.DivClassName
{
background-color: #F91ADE;
}
.BgClassName
{
background-color: #F91ADE;
}
</style>
border-color css
<style>
span { border-color: #F91ADE; }
span { border-color: rgb(249,26,222); }
td.TdClassName
{
border-color: #F91ADE;
}
.TagClassName
{
border-color: #F91ADE;
}
</style>