Shades of Magenta #F819FA
Tints of Magenta #F819FA
RGB
CMYK
RGB Variations
Color information
#F819FA (or 0xF819FA) is known color: Magenta. HEX triplet: F8, 19 and FA. RGB value is (248,25,250). Sum of RGB (Red+Green+Blue) = 248+25+250=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 25 (10.16% from 255 or 4.78% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #F819FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F819FA is #07E605. Grayscale: #747474. Windows color (decimal): -517638 or 16390648. OLE color: 16390648.
HSL color Cylindrical-coordinate representation of color #F819FA: hue angle of 299.47º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F819FA is Cyan = 0.01, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 25 | 250 | - |
| CMYK | 0.01 | 0.9 | 0 | 0.02 |
| HSL | 299.47º | 0.96% | 0.54% | - |
| HSV(B) | 299.47º | 0.9% | 0.98% | - |
| XYZ | 56.31 | 27.55 | 92.79 | - |
| YUV | 117.33 | 202.88 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 250 | 0.01 | 0.9 | 0 | 0.02 | 299.47 | 0.96 | 0.54 |
| Hex | F8 | 19 | FA | 1 | 5A | 0 | 2 | 12B | 60 | 36 |
| Octal | 370 | 31 | 372 | 1 | 132 | 0 | 2 | 453 | 140 | 66 |
| Binary | 11111000 | 11001 | 11111010 | 1 | 1011010 | 0 | 10 | 100101011 | 1100000 | 110110 |
Color Harmonies of #F819FA
Complementary color
Monochromatic Colors of #F819FA
Black with #F819FA
Text Example
Text Example
White with #F819FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F819FA; }
p { color: rgb(248,25,250); }
H1.HeaderClassName
{
color: #F819FA;
}
.AnyTagClassName
{
color: #F819FA;
}
</style>
background-color css
<style>
a { background-color: #F819FA; }
a { background-color: rgb(248,25,250); }
div.DivClassName
{
background-color: #F819FA;
}
.BgClassName
{
background-color: #F819FA;
}
</style>
border-color css
<style>
span { border-color: #F819FA; }
span { border-color: rgb(248,25,250); }
td.TdClassName
{
border-color: #F819FA;
}
.TagClassName
{
border-color: #F819FA;
}
</style>