Shades of Magenta #F801EE
Tints of Magenta #F801EE
RGB
CMYK
RGB Variations
Color information
#F801EE (or 0xF801EE) is known color: Magenta. HEX triplet: F8, 01 and EE. RGB value is (248,1,238). Sum of RGB (Red+Green+Blue) = 248+1+238=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 1 (0.78% from 255 or 0.21% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F801EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F801EE is #07FE11. Grayscale: #656565. Windows color (decimal): -523794 or 15598072. OLE color: 15598072.
HSL color Cylindrical-coordinate representation of color #F801EE: hue angle of 302.43º 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 #F801EE is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 238 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.03 |
| HSL | 302.43º | 0.99% | 0.49% | - |
| HSV(B) | 302.43º | 1% | 0.97% | - |
| XYZ | 54.15 | 26.15 | 83.08 | - |
| YUV | 101.87 | 204.83 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 238 | 0 | 1.00 | 0.04 | 0.03 | 302.43 | 0.99 | 0.49 |
| Hex | F8 | 1 | EE | 0 | 64 | 4 | 3 | 12E | 63 | 31 |
| Octal | 370 | 1 | 356 | 0 | 144 | 4 | 3 | 456 | 143 | 61 |
| Binary | 11111000 | 1 | 11101110 | 0 | 1100100 | 100 | 11 | 100101110 | 1100011 | 110001 |
Color Harmonies of #F801EE
Complementary color
Monochromatic Colors of #F801EE
Black with #F801EE
Text Example
Text Example
White with #F801EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F801EE; }
p { color: rgb(248,1,238); }
H1.HeaderClassName
{
color: #F801EE;
}
.AnyTagClassName
{
color: #F801EE;
}
</style>
background-color css
<style>
a { background-color: #F801EE; }
a { background-color: rgb(248,1,238); }
div.DivClassName
{
background-color: #F801EE;
}
.BgClassName
{
background-color: #F801EE;
}
</style>
border-color css
<style>
span { border-color: #F801EE; }
span { border-color: rgb(248,1,238); }
td.TdClassName
{
border-color: #F801EE;
}
.TagClassName
{
border-color: #F801EE;
}
</style>