Shades of Magenta #F801EC
Tints of Magenta #F801EC
RGB
CMYK
RGB Variations
Color information
#F801EC (or 0xF801EC) is known color: Magenta. HEX triplet: F8, 01 and EC. RGB value is (248,1,236). Sum of RGB (Red+Green+Blue) = 248+1+236=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 1 (0.78% from 255 or 0.21% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F801EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F801EC is #07FE13. Grayscale: #646464. Windows color (decimal): -523796 or 15467000. OLE color: 15467000.
HSL color Cylindrical-coordinate representation of color #F801EC: hue angle of 302.91º 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 #F801EC is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 236 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.03 |
| HSL | 302.92º | 0.99% | 0.49% | - |
| HSV(B) | 302.92º | 1% | 0.97% | - |
| XYZ | 53.86 | 26.03 | 81.54 | - |
| YUV | 101.64 | 203.83 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 236 | 0 | 1.00 | 0.05 | 0.03 | 302.92 | 0.99 | 0.49 |
| Hex | F8 | 1 | EC | 0 | 64 | 5 | 3 | 12F | 63 | 31 |
| Octal | 370 | 1 | 354 | 0 | 144 | 5 | 3 | 457 | 143 | 61 |
| Binary | 11111000 | 1 | 11101100 | 0 | 1100100 | 101 | 11 | 100101111 | 1100011 | 110001 |
Color Harmonies of #F801EC
Complementary color
Monochromatic Colors of #F801EC
Black with #F801EC
Text Example
Text Example
White with #F801EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F801EC; }
p { color: rgb(248,1,236); }
H1.HeaderClassName
{
color: #F801EC;
}
.AnyTagClassName
{
color: #F801EC;
}
</style>
background-color css
<style>
a { background-color: #F801EC; }
a { background-color: rgb(248,1,236); }
div.DivClassName
{
background-color: #F801EC;
}
.BgClassName
{
background-color: #F801EC;
}
</style>
border-color css
<style>
span { border-color: #F801EC; }
span { border-color: rgb(248,1,236); }
td.TdClassName
{
border-color: #F801EC;
}
.TagClassName
{
border-color: #F801EC;
}
</style>