Shades of Magenta #F802E8
Tints of Magenta #F802E8
RGB
CMYK
RGB Variations
Color information
#F802E8 (or 0xF802E8) is known color: Magenta. HEX triplet: F8, 02 and E8. RGB value is (248,2,232). Sum of RGB (Red+Green+Blue) = 248+2+232=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 2 (1.17% from 255 or 0.41% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F802E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F802E8 is #07FD17. Grayscale: #656565. Windows color (decimal): -523544 or 15205112. OLE color: 15205112.
HSL color Cylindrical-coordinate representation of color #F802E8: hue angle of 303.9º 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 #F802E8 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 232 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.03 |
| HSL | 303.9º | 0.98% | 0.49% | - |
| HSV(B) | 303.9º | 0.99% | 0.97% | - |
| XYZ | 53.3 | 25.83 | 78.52 | - |
| YUV | 101.77 | 201.5 | 232.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 232 | 0 | 0.99 | 0.06 | 0.03 | 303.9 | 0.98 | 0.49 |
| Hex | F8 | 2 | E8 | 0 | 63 | 6 | 3 | 130 | 62 | 31 |
| Octal | 370 | 2 | 350 | 0 | 143 | 6 | 3 | 460 | 142 | 61 |
| Binary | 11111000 | 10 | 11101000 | 0 | 1100011 | 110 | 11 | 100110000 | 1100010 | 110001 |
Color Harmonies of #F802E8
Complementary color
Monochromatic Colors of #F802E8
Black with #F802E8
Text Example
Text Example
White with #F802E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802E8; }
p { color: rgb(248,2,232); }
H1.HeaderClassName
{
color: #F802E8;
}
.AnyTagClassName
{
color: #F802E8;
}
</style>
background-color css
<style>
a { background-color: #F802E8; }
a { background-color: rgb(248,2,232); }
div.DivClassName
{
background-color: #F802E8;
}
.BgClassName
{
background-color: #F802E8;
}
</style>
border-color css
<style>
span { border-color: #F802E8; }
span { border-color: rgb(248,2,232); }
td.TdClassName
{
border-color: #F802E8;
}
.TagClassName
{
border-color: #F802E8;
}
</style>