Shades of Magenta #F802EE
Tints of Magenta #F802EE
RGB
CMYK
RGB Variations
Color information
#F802EE (or 0xF802EE) is known color: Magenta. HEX triplet: F8, 02 and EE. RGB value is (248,2,238). Sum of RGB (Red+Green+Blue) = 248+2+238=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 2 (1.17% from 255 or 0.41% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F802EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F802EE is #07FD11. Grayscale: #656565. Windows color (decimal): -523538 or 15598328. OLE color: 15598328.
HSL color Cylindrical-coordinate representation of color #F802EE: hue angle of 302.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F802EE is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 238 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.03 |
| HSL | 302.44º | 0.98% | 0.49% | - |
| HSV(B) | 302.44º | 0.99% | 0.97% | - |
| XYZ | 54.17 | 26.17 | 83.09 | - |
| YUV | 102.46 | 204.5 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 238 | 0 | 0.99 | 0.04 | 0.03 | 302.44 | 0.98 | 0.49 |
| Hex | F8 | 2 | EE | 0 | 63 | 4 | 3 | 12E | 62 | 31 |
| Octal | 370 | 2 | 356 | 0 | 143 | 4 | 3 | 456 | 142 | 61 |
| Binary | 11111000 | 10 | 11101110 | 0 | 1100011 | 100 | 11 | 100101110 | 1100010 | 110001 |
Color Harmonies of #F802EE
Complementary color
Monochromatic Colors of #F802EE
Black with #F802EE
Text Example
Text Example
White with #F802EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802EE; }
p { color: rgb(248,2,238); }
H1.HeaderClassName
{
color: #F802EE;
}
.AnyTagClassName
{
color: #F802EE;
}
</style>
background-color css
<style>
a { background-color: #F802EE; }
a { background-color: rgb(248,2,238); }
div.DivClassName
{
background-color: #F802EE;
}
.BgClassName
{
background-color: #F802EE;
}
</style>
border-color css
<style>
span { border-color: #F802EE; }
span { border-color: rgb(248,2,238); }
td.TdClassName
{
border-color: #F802EE;
}
.TagClassName
{
border-color: #F802EE;
}
</style>