Shades of Magenta #F801EF
Tints of Magenta #F801EF
RGB
CMYK
RGB Variations
Color information
#F801EF (or 0xF801EF) is known color: Magenta. HEX triplet: F8, 01 and EF. RGB value is (248,1,239). Sum of RGB (Red+Green+Blue) = 248+1+239=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 1 (0.78% from 255 or 0.20% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F801EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F801EF is #07FE10. Grayscale: #656565. Windows color (decimal): -523793 or 15663608. OLE color: 15663608.
HSL color Cylindrical-coordinate representation of color #F801EF: hue angle of 302.19º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F801EF is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 239 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.03 |
| HSL | 302.19º | 0.99% | 0.49% | - |
| HSV(B) | 302.19º | 1% | 0.97% | - |
| XYZ | 54.3 | 26.21 | 83.86 | - |
| YUV | 101.99 | 205.33 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 239 | 0 | 1.00 | 0.04 | 0.03 | 302.19 | 0.99 | 0.49 |
| Hex | F8 | 1 | EF | 0 | 64 | 4 | 3 | 12E | 63 | 31 |
| Octal | 370 | 1 | 357 | 0 | 144 | 4 | 3 | 456 | 143 | 61 |
| Binary | 11111000 | 1 | 11101111 | 0 | 1100100 | 100 | 11 | 100101110 | 1100011 | 110001 |
Color Harmonies of #F801EF
Complementary color
Monochromatic Colors of #F801EF
Black with #F801EF
Text Example
Text Example
White with #F801EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F801EF; }
p { color: rgb(248,1,239); }
H1.HeaderClassName
{
color: #F801EF;
}
.AnyTagClassName
{
color: #F801EF;
}
</style>
background-color css
<style>
a { background-color: #F801EF; }
a { background-color: rgb(248,1,239); }
div.DivClassName
{
background-color: #F801EF;
}
.BgClassName
{
background-color: #F801EF;
}
</style>
border-color css
<style>
span { border-color: #F801EF; }
span { border-color: rgb(248,1,239); }
td.TdClassName
{
border-color: #F801EF;
}
.TagClassName
{
border-color: #F801EF;
}
</style>