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