Shades of Magenta #F819F8
Tints of Magenta #F819F8
RGB
CMYK
RGB Variations
Color information
#F819F8 (or 0xF819F8) is known color: Magenta. HEX triplet: F8, 19 and F8. RGB value is (248,25,248). Sum of RGB (Red+Green+Blue) = 248+25+248=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 25 (10.16% from 255 or 4.80% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F819F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F819F8 is #07E607. Grayscale: #747474. Windows color (decimal): -517640 or 16259576. OLE color: 16259576.
HSL color Cylindrical-coordinate representation of color #F819F8: hue angle of 300º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F819F8 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 248 | - |
| CMYK | 0 | 0.90 | 0 | 0.03 |
| HSL | 300º | 0.94% | 0.54% | - |
| HSV(B) | 300º | 0.9% | 0.97% | - |
| XYZ | 56 | 27.43 | 91.15 | - |
| YUV | 117.1 | 201.88 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 248 | 0 | 0.90 | 0 | 0.03 | 300 | 0.94 | 0.54 |
| Hex | F8 | 19 | F8 | 0 | 5A | 0 | 3 | 12C | 5E | 36 |
| Octal | 370 | 31 | 370 | 0 | 132 | 0 | 3 | 454 | 136 | 66 |
| Binary | 11111000 | 11001 | 11111000 | 0 | 1011010 | 0 | 11 | 100101100 | 1011110 | 110110 |
Color Harmonies of #F819F8
Complementary color
Monochromatic Colors of #F819F8
Black with #F819F8
Text Example
Text Example
White with #F819F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F819F8; }
p { color: rgb(248,25,248); }
H1.HeaderClassName
{
color: #F819F8;
}
.AnyTagClassName
{
color: #F819F8;
}
</style>
background-color css
<style>
a { background-color: #F819F8; }
a { background-color: rgb(248,25,248); }
div.DivClassName
{
background-color: #F819F8;
}
.BgClassName
{
background-color: #F819F8;
}
</style>
border-color css
<style>
span { border-color: #F819F8; }
span { border-color: rgb(248,25,248); }
td.TdClassName
{
border-color: #F819F8;
}
.TagClassName
{
border-color: #F819F8;
}
</style>