Shades of Magenta #F803FC
Tints of Magenta #F803FC
RGB
CMYK
RGB Variations
Color information
#F803FC (or 0xF803FC) is known color: Magenta. HEX triplet: F8, 03 and FC. RGB value is (248,3,252). Sum of RGB (Red+Green+Blue) = 248+3+252=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 3 (1.56% from 255 or 0.60% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #F803FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F803FC is #07FC03. Grayscale: #676767. Windows color (decimal): -523268 or 16516088. OLE color: 16516088.
HSL color Cylindrical-coordinate representation of color #F803FC: 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 #F803FC is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 3 | 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.31 | 27.05 | 94.35 | - |
| YUV | 104.64 | 211.17 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 252 | 0.02 | 0.99 | 0 | 0.01 | 299.04 | 0.98 | 0.5 |
| Hex | F8 | 3 | FC | 2 | 63 | 0 | 1 | 12B | 62 | 32 |
| Octal | 370 | 3 | 374 | 2 | 143 | 0 | 1 | 453 | 142 | 62 |
| Binary | 11111000 | 11 | 11111100 | 10 | 1100011 | 0 | 1 | 100101011 | 1100010 | 110010 |
Color Harmonies of #F803FC
Complementary color
Monochromatic Colors of #F803FC
Black with #F803FC
Text Example
Text Example
White with #F803FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803FC; }
p { color: rgb(248,3,252); }
H1.HeaderClassName
{
color: #F803FC;
}
.AnyTagClassName
{
color: #F803FC;
}
</style>
background-color css
<style>
a { background-color: #F803FC; }
a { background-color: rgb(248,3,252); }
div.DivClassName
{
background-color: #F803FC;
}
.BgClassName
{
background-color: #F803FC;
}
</style>
border-color css
<style>
span { border-color: #F803FC; }
span { border-color: rgb(248,3,252); }
td.TdClassName
{
border-color: #F803FC;
}
.TagClassName
{
border-color: #F803FC;
}
</style>