Shades of Magenta #F802FE
Tints of Magenta #F802FE
RGB
CMYK
RGB Variations
Color information
#F802FE (or 0xF802FE) is known color: Magenta. HEX triplet: F8, 02 and FE. RGB value is (248,2,254). Sum of RGB (Red+Green+Blue) = 248+2+254=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 2 (1.17% from 255 or 0.40% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #F802FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F802FE is #07FD01. Grayscale: #676767. Windows color (decimal): -523522 or 16646904. OLE color: 16646904.
HSL color Cylindrical-coordinate representation of color #F802FE: hue angle of 298.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F802FE is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 2 | 254 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.00 |
| HSL | 298.57º | 0.99% | 0.5% | - |
| HSV(B) | 298.57º | 0.99% | 1% | - |
| XYZ | 56.62 | 27.16 | 96.02 | - |
| YUV | 104.28 | 212.5 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 254 | 0.02 | 0.99 | 0 | 0.00 | 298.57 | 0.99 | 0.5 |
| Hex | F8 | 2 | FE | 2 | 63 | 0 | 0 | 12B | 63 | 32 |
| Octal | 370 | 2 | 376 | 2 | 143 | 0 | 0 | 453 | 143 | 62 |
| Binary | 11111000 | 10 | 11111110 | 10 | 1100011 | 0 | 0 | 100101011 | 1100011 | 110010 |
Color Harmonies of #F802FE
Complementary color
Monochromatic Colors of #F802FE
Black with #F802FE
Text Example
Text Example
White with #F802FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802FE; }
p { color: rgb(248,2,254); }
H1.HeaderClassName
{
color: #F802FE;
}
.AnyTagClassName
{
color: #F802FE;
}
</style>
background-color css
<style>
a { background-color: #F802FE; }
a { background-color: rgb(248,2,254); }
div.DivClassName
{
background-color: #F802FE;
}
.BgClassName
{
background-color: #F802FE;
}
</style>
border-color css
<style>
span { border-color: #F802FE; }
span { border-color: rgb(248,2,254); }
td.TdClassName
{
border-color: #F802FE;
}
.TagClassName
{
border-color: #F802FE;
}
</style>