Shades of Magenta #F800EF
Tints of Magenta #F800EF
RGB
CMYK
RGB Variations
Color information
#F800EF (or 0xF800EF) is known color: Magenta. HEX triplet: F8, 00 and EF. RGB value is (248,0,239). Sum of RGB (Red+Green+Blue) = 248+0+239=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 0 (0.39% from 255 or 0% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F800EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800EF is #07FF10. Grayscale: #646464. Windows color (decimal): -524049 or 15663352. OLE color: 15663352.
HSL color Cylindrical-coordinate representation of color #F800EF: hue angle of 302.18º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800EF is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 239 | - |
| CMYK | 0 | 1 | 0.04 | 0.03 |
| HSL | 302.18º | 1% | 0.49% | - |
| HSV(B) | 302.18º | 1% | 0.97% | - |
| XYZ | 54.29 | 26.19 | 83.85 | - |
| YUV | 101.4 | 205.66 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 239 | 0 | 1 | 0.04 | 0.03 | 302.18 | 1 | 0.49 |
| Hex | F8 | 0 | EF | 0 | 64 | 4 | 3 | 12E | 64 | 31 |
| Octal | 370 | 0 | 357 | 0 | 144 | 4 | 3 | 456 | 144 | 61 |
| Binary | 11111000 | 0 | 11101111 | 0 | 1100100 | 100 | 11 | 100101110 | 1100100 | 110001 |
Color Harmonies of #F800EF
Complementary color
Monochromatic Colors of #F800EF
Black with #F800EF
Text Example
Text Example
White with #F800EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800EF; }
p { color: rgb(248,0,239); }
H1.HeaderClassName
{
color: #F800EF;
}
.AnyTagClassName
{
color: #F800EF;
}
</style>
background-color css
<style>
a { background-color: #F800EF; }
a { background-color: rgb(248,0,239); }
div.DivClassName
{
background-color: #F800EF;
}
.BgClassName
{
background-color: #F800EF;
}
</style>
border-color css
<style>
span { border-color: #F800EF; }
span { border-color: rgb(248,0,239); }
td.TdClassName
{
border-color: #F800EF;
}
.TagClassName
{
border-color: #F800EF;
}
</style>