Shades of Magenta #F803FA
Tints of Magenta #F803FA
RGB
CMYK
RGB Variations
Color information
#F803FA (or 0xF803FA) is known color: Magenta. HEX triplet: F8, 03 and FA. RGB value is (248,3,250). Sum of RGB (Red+Green+Blue) = 248+3+250=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 3 (1.56% from 255 or 0.60% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #F803FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F803FA is #07FC05. Grayscale: #676767. Windows color (decimal): -523270 or 16385016. OLE color: 16385016.
HSL color Cylindrical-coordinate representation of color #F803FA: hue angle of 299.51º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F803FA is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 3 | 250 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.02 |
| HSL | 299.51º | 0.98% | 0.5% | - |
| HSV(B) | 299.51º | 0.99% | 0.98% | - |
| XYZ | 56 | 26.92 | 92.69 | - |
| YUV | 104.41 | 210.17 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 250 | 0.01 | 0.99 | 0 | 0.02 | 299.51 | 0.98 | 0.5 |
| Hex | F8 | 3 | FA | 1 | 63 | 0 | 2 | 12C | 62 | 32 |
| Octal | 370 | 3 | 372 | 1 | 143 | 0 | 2 | 454 | 142 | 62 |
| Binary | 11111000 | 11 | 11111010 | 1 | 1100011 | 0 | 10 | 100101100 | 1100010 | 110010 |
Color Harmonies of #F803FA
Complementary color
Monochromatic Colors of #F803FA
Black with #F803FA
Text Example
Text Example
White with #F803FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803FA; }
p { color: rgb(248,3,250); }
H1.HeaderClassName
{
color: #F803FA;
}
.AnyTagClassName
{
color: #F803FA;
}
</style>
background-color css
<style>
a { background-color: #F803FA; }
a { background-color: rgb(248,3,250); }
div.DivClassName
{
background-color: #F803FA;
}
.BgClassName
{
background-color: #F803FA;
}
</style>
border-color css
<style>
span { border-color: #F803FA; }
span { border-color: rgb(248,3,250); }
td.TdClassName
{
border-color: #F803FA;
}
.TagClassName
{
border-color: #F803FA;
}
</style>