Shades of Magenta #F802F8
Tints of Magenta #F802F8
RGB
CMYK
RGB Variations
Color information
#F802F8 (or 0xF802F8) is known color: Magenta. HEX triplet: F8, 02 and F8. RGB value is (248,2,248). Sum of RGB (Red+Green+Blue) = 248+2+248=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 2 (1.17% from 255 or 0.40% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F802F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F802F8 is #07FD07. Grayscale: #666666. Windows color (decimal): -523528 or 16253688. OLE color: 16253688.
HSL color Cylindrical-coordinate representation of color #F802F8: hue angle of 300º 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 #F802F8 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 248 | - |
| CMYK | 0 | 0.99 | 0 | 0.03 |
| HSL | 300º | 0.98% | 0.49% | - |
| HSV(B) | 300º | 0.99% | 0.97% | - |
| XYZ | 55.68 | 26.78 | 91.04 | - |
| YUV | 103.6 | 209.5 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 248 | 0 | 0.99 | 0 | 0.03 | 300 | 0.98 | 0.49 |
| Hex | F8 | 2 | F8 | 0 | 63 | 0 | 3 | 12C | 62 | 31 |
| Octal | 370 | 2 | 370 | 0 | 143 | 0 | 3 | 454 | 142 | 61 |
| Binary | 11111000 | 10 | 11111000 | 0 | 1100011 | 0 | 11 | 100101100 | 1100010 | 110001 |
Color Harmonies of #F802F8
Complementary color
Monochromatic Colors of #F802F8
Black with #F802F8
Text Example
Text Example
White with #F802F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802F8; }
p { color: rgb(248,2,248); }
H1.HeaderClassName
{
color: #F802F8;
}
.AnyTagClassName
{
color: #F802F8;
}
</style>
background-color css
<style>
a { background-color: #F802F8; }
a { background-color: rgb(248,2,248); }
div.DivClassName
{
background-color: #F802F8;
}
.BgClassName
{
background-color: #F802F8;
}
</style>
border-color css
<style>
span { border-color: #F802F8; }
span { border-color: rgb(248,2,248); }
td.TdClassName
{
border-color: #F802F8;
}
.TagClassName
{
border-color: #F802F8;
}
</style>