Shades of Hot Magenta #F81ADE
Tints of Hot Magenta #F81ADE
RGB
CMYK
RGB Variations
Color information
#F81ADE (or 0xF81ADE) is known color: Hot Magenta. HEX triplet: F8, 1A and DE. RGB value is (248,26,222). Sum of RGB (Red+Green+Blue) = 248+26+222=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 26 (10.55% from 255 or 5.24% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ADE is #07E521. Grayscale: #727272. Windows color (decimal): -517410 or 14555896. OLE color: 14555896.
HSL color Cylindrical-coordinate representation of color #F81ADE: hue angle of 307.03º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81ADE is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 222 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.03 |
| HSL | 307.03º | 0.94% | 0.54% | - |
| HSV(B) | 307.03º | 0.9% | 0.97% | - |
| XYZ | 52.27 | 25.97 | 71.37 | - |
| YUV | 114.72 | 188.55 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 222 | 0 | 0.90 | 0.10 | 0.03 | 307.03 | 0.94 | 0.54 |
| Hex | F8 | 1A | DE | 0 | 5A | A | 3 | 133 | 5E | 36 |
| Octal | 370 | 32 | 336 | 0 | 132 | 12 | 3 | 463 | 136 | 66 |
| Binary | 11111000 | 11010 | 11011110 | 0 | 1011010 | 1010 | 11 | 100110011 | 1011110 | 110110 |
Color Harmonies of #F81ADE
Complementary color
Monochromatic Colors of #F81ADE
Black with #F81ADE
Text Example
Text Example
White with #F81ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81ADE; }
p { color: rgb(248,26,222); }
H1.HeaderClassName
{
color: #F81ADE;
}
.AnyTagClassName
{
color: #F81ADE;
}
</style>
background-color css
<style>
a { background-color: #F81ADE; }
a { background-color: rgb(248,26,222); }
div.DivClassName
{
background-color: #F81ADE;
}
.BgClassName
{
background-color: #F81ADE;
}
</style>
border-color css
<style>
span { border-color: #F81ADE; }
span { border-color: rgb(248,26,222); }
td.TdClassName
{
border-color: #F81ADE;
}
.TagClassName
{
border-color: #F81ADE;
}
</style>