Shades of Magenta #F802FF
Tints of Magenta #F802FF
RGB
CMYK
RGB Variations
Color information
#F802FF (or 0xF802FF) is known color: Magenta. HEX triplet: F8, 02 and FF. RGB value is (248,2,255). Sum of RGB (Red+Green+Blue) = 248+2+255=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 2 (1.17% from 255 or 0.40% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #F802FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F802FF is #07FD00. Grayscale: #676767. Windows color (decimal): -523521 or 16712440. OLE color: 16712440.
HSL color Cylindrical-coordinate representation of color #F802FF: hue angle of 298.34º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F802FF is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 2 | 255 | - |
| CMYK | 0.03 | 0.99 | 0 | 0 |
| HSL | 298.34º | 1% | 0.5% | - |
| HSV(B) | 298.34º | 0.99% | 1% | - |
| XYZ | 56.78 | 27.22 | 96.87 | - |
| YUV | 104.4 | 213 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 255 | 0.03 | 0.99 | 0 | 0 | 298.34 | 1 | 0.5 |
| Hex | F8 | 2 | FF | 3 | 63 | 0 | 0 | 12A | 64 | 32 |
| Octal | 370 | 2 | 377 | 3 | 143 | 0 | 0 | 452 | 144 | 62 |
| Binary | 11111000 | 10 | 11111111 | 11 | 1100011 | 0 | 0 | 100101010 | 1100100 | 110010 |
Color Harmonies of #F802FF
Complementary color
Monochromatic Colors of #F802FF
Black with #F802FF
Text Example
Text Example
White with #F802FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802FF; }
p { color: rgb(248,2,255); }
H1.HeaderClassName
{
color: #F802FF;
}
.AnyTagClassName
{
color: #F802FF;
}
</style>
background-color css
<style>
a { background-color: #F802FF; }
a { background-color: rgb(248,2,255); }
div.DivClassName
{
background-color: #F802FF;
}
.BgClassName
{
background-color: #F802FF;
}
</style>
border-color css
<style>
span { border-color: #F802FF; }
span { border-color: rgb(248,2,255); }
td.TdClassName
{
border-color: #F802FF;
}
.TagClassName
{
border-color: #F802FF;
}
</style>