Shades of Magenta #F819FF
Tints of Magenta #F819FF
RGB
CMYK
RGB Variations
Color information
#F819FF (or 0xF819FF) is known color: Magenta. HEX triplet: F8, 19 and FF. RGB value is (248,25,255). Sum of RGB (Red+Green+Blue) = 248+25+255=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 25 (10.16% from 255 or 4.73% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #F819FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F819FF is #07E600. Grayscale: #757575. Windows color (decimal): -517633 or 16718328. OLE color: 16718328.
HSL color Cylindrical-coordinate representation of color #F819FF: hue angle of 298.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F819FF is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 25 | 255 | - |
| CMYK | 0.03 | 0.90 | 0 | 0 |
| HSL | 298.17º | 1% | 0.55% | - |
| HSV(B) | 298.17º | 0.9% | 1% | - |
| XYZ | 57.11 | 27.87 | 96.98 | - |
| YUV | 117.9 | 205.38 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 255 | 0.03 | 0.90 | 0 | 0 | 298.17 | 1 | 0.55 |
| Hex | F8 | 19 | FF | 3 | 5A | 0 | 0 | 12A | 64 | 37 |
| Octal | 370 | 31 | 377 | 3 | 132 | 0 | 0 | 452 | 144 | 67 |
| Binary | 11111000 | 11001 | 11111111 | 11 | 1011010 | 0 | 0 | 100101010 | 1100100 | 110111 |
Color Harmonies of #F819FF
Complementary color
Monochromatic Colors of #F819FF
Black with #F819FF
Text Example
Text Example
White with #F819FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F819FF; }
p { color: rgb(248,25,255); }
H1.HeaderClassName
{
color: #F819FF;
}
.AnyTagClassName
{
color: #F819FF;
}
</style>
background-color css
<style>
a { background-color: #F819FF; }
a { background-color: rgb(248,25,255); }
div.DivClassName
{
background-color: #F819FF;
}
.BgClassName
{
background-color: #F819FF;
}
</style>
border-color css
<style>
span { border-color: #F819FF; }
span { border-color: rgb(248,25,255); }
td.TdClassName
{
border-color: #F819FF;
}
.TagClassName
{
border-color: #F819FF;
}
</style>