Shades of Hot Magenta #F81ADF
Tints of Hot Magenta #F81ADF
RGB
CMYK
RGB Variations
Color information
#F81ADF (or 0xF81ADF) is known color: Hot Magenta. HEX triplet: F8, 1A and DF. RGB value is (248,26,223). Sum of RGB (Red+Green+Blue) = 248+26+223=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 26 (10.55% from 255 or 5.23% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ADF is #07E520. Grayscale: #727272. Windows color (decimal): -517409 or 14621432. OLE color: 14621432.
HSL color Cylindrical-coordinate representation of color #F81ADF: hue angle of 306.76º 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 #F81ADF is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 223 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.03 |
| HSL | 306.76º | 0.94% | 0.54% | - |
| HSV(B) | 306.76º | 0.9% | 0.97% | - |
| XYZ | 52.4 | 26.02 | 72.07 | - |
| YUV | 114.84 | 189.05 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 223 | 0 | 0.90 | 0.10 | 0.03 | 306.76 | 0.94 | 0.54 |
| Hex | F8 | 1A | DF | 0 | 5A | A | 3 | 133 | 5E | 36 |
| Octal | 370 | 32 | 337 | 0 | 132 | 12 | 3 | 463 | 136 | 66 |
| Binary | 11111000 | 11010 | 11011111 | 0 | 1011010 | 1010 | 11 | 100110011 | 1011110 | 110110 |
Color Harmonies of #F81ADF
Complementary color
Monochromatic Colors of #F81ADF
Black with #F81ADF
Text Example
Text Example
White with #F81ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81ADF; }
p { color: rgb(248,26,223); }
H1.HeaderClassName
{
color: #F81ADF;
}
.AnyTagClassName
{
color: #F81ADF;
}
</style>
background-color css
<style>
a { background-color: #F81ADF; }
a { background-color: rgb(248,26,223); }
div.DivClassName
{
background-color: #F81ADF;
}
.BgClassName
{
background-color: #F81ADF;
}
</style>
border-color css
<style>
span { border-color: #F81ADF; }
span { border-color: rgb(248,26,223); }
td.TdClassName
{
border-color: #F81ADF;
}
.TagClassName
{
border-color: #F81ADF;
}
</style>