Shades of Magenta #F802FC
Tints of Magenta #F802FC
RGB
CMYK
RGB Variations
Color information
#F802FC (or 0xF802FC) is known color: Magenta. HEX triplet: F8, 02 and FC. RGB value is (248,2,252). Sum of RGB (Red+Green+Blue) = 248+2+252=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 2 (1.17% from 255 or 0.40% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #F802FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F802FC is #07FD03. Grayscale: #676767. Windows color (decimal): -523524 or 16515832. OLE color: 16515832.
HSL color Cylindrical-coordinate representation of color #F802FC: hue angle of 299.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F802FC is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 2 | 252 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.01 |
| HSL | 299.04º | 0.98% | 0.5% | - |
| HSV(B) | 299.04º | 0.99% | 0.99% | - |
| XYZ | 56.3 | 27.03 | 94.34 | - |
| YUV | 104.05 | 211.5 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 252 | 0.02 | 0.99 | 0 | 0.01 | 299.04 | 0.98 | 0.5 |
| Hex | F8 | 2 | FC | 2 | 63 | 0 | 1 | 12B | 62 | 32 |
| Octal | 370 | 2 | 374 | 2 | 143 | 0 | 1 | 453 | 142 | 62 |
| Binary | 11111000 | 10 | 11111100 | 10 | 1100011 | 0 | 1 | 100101011 | 1100010 | 110010 |
Color Harmonies of #F802FC
Complementary color
Monochromatic Colors of #F802FC
Black with #F802FC
Text Example
Text Example
White with #F802FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802FC; }
p { color: rgb(248,2,252); }
H1.HeaderClassName
{
color: #F802FC;
}
.AnyTagClassName
{
color: #F802FC;
}
</style>
background-color css
<style>
a { background-color: #F802FC; }
a { background-color: rgb(248,2,252); }
div.DivClassName
{
background-color: #F802FC;
}
.BgClassName
{
background-color: #F802FC;
}
</style>
border-color css
<style>
span { border-color: #F802FC; }
span { border-color: rgb(248,2,252); }
td.TdClassName
{
border-color: #F802FC;
}
.TagClassName
{
border-color: #F802FC;
}
</style>