Shades of Magenta #F802FA
Tints of Magenta #F802FA
RGB
CMYK
RGB Variations
Color information
#F802FA (or 0xF802FA) is known color: Magenta. HEX triplet: F8, 02 and FA. RGB value is (248,2,250). Sum of RGB (Red+Green+Blue) = 248+2+250=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 2 (1.17% from 255 or 0.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #F802FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F802FA is #07FD05. Grayscale: #676767. Windows color (decimal): -523526 or 16384760. OLE color: 16384760.
HSL color Cylindrical-coordinate representation of color #F802FA: hue angle of 299.52º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F802FA is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 2 | 250 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.02 |
| HSL | 299.52º | 0.98% | 0.49% | - |
| HSV(B) | 299.52º | 0.99% | 0.98% | - |
| XYZ | 55.99 | 26.9 | 92.68 | - |
| YUV | 103.83 | 210.5 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 250 | 0.01 | 0.99 | 0 | 0.02 | 299.52 | 0.98 | 0.49 |
| Hex | F8 | 2 | FA | 1 | 63 | 0 | 2 | 12C | 62 | 31 |
| Octal | 370 | 2 | 372 | 1 | 143 | 0 | 2 | 454 | 142 | 61 |
| Binary | 11111000 | 10 | 11111010 | 1 | 1100011 | 0 | 10 | 100101100 | 1100010 | 110001 |
Color Harmonies of #F802FA
Complementary color
Monochromatic Colors of #F802FA
Black with #F802FA
Text Example
Text Example
White with #F802FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802FA; }
p { color: rgb(248,2,250); }
H1.HeaderClassName
{
color: #F802FA;
}
.AnyTagClassName
{
color: #F802FA;
}
</style>
background-color css
<style>
a { background-color: #F802FA; }
a { background-color: rgb(248,2,250); }
div.DivClassName
{
background-color: #F802FA;
}
.BgClassName
{
background-color: #F802FA;
}
</style>
border-color css
<style>
span { border-color: #F802FA; }
span { border-color: rgb(248,2,250); }
td.TdClassName
{
border-color: #F802FA;
}
.TagClassName
{
border-color: #F802FA;
}
</style>