Shades of Magenta #F818F1
Tints of Magenta #F818F1
RGB
CMYK
RGB Variations
Color information
#F818F1 (or 0xF818F1) is known color: Magenta. HEX triplet: F8, 18 and F1. RGB value is (248,24,241). Sum of RGB (Red+Green+Blue) = 248+24+241=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 24 (9.77% from 255 or 4.68% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F818F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F818F1 is #07E70E. Grayscale: #737373. Windows color (decimal): -517903 or 15800568. OLE color: 15800568.
HSL color Cylindrical-coordinate representation of color #F818F1: hue angle of 301.88º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F818F1 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 241 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.03 |
| HSL | 301.88º | 0.94% | 0.53% | - |
| HSV(B) | 301.88º | 0.9% | 0.97% | - |
| XYZ | 54.92 | 26.96 | 85.53 | - |
| YUV | 115.71 | 198.71 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 241 | 0 | 0.90 | 0.03 | 0.03 | 301.88 | 0.94 | 0.53 |
| Hex | F8 | 18 | F1 | 0 | 5A | 3 | 3 | 12E | 5E | 35 |
| Octal | 370 | 30 | 361 | 0 | 132 | 3 | 3 | 456 | 136 | 65 |
| Binary | 11111000 | 11000 | 11110001 | 0 | 1011010 | 11 | 11 | 100101110 | 1011110 | 110101 |
Color Harmonies of #F818F1
Complementary color
Monochromatic Colors of #F818F1
Black with #F818F1
Text Example
Text Example
White with #F818F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F818F1; }
p { color: rgb(248,24,241); }
H1.HeaderClassName
{
color: #F818F1;
}
.AnyTagClassName
{
color: #F818F1;
}
</style>
background-color css
<style>
a { background-color: #F818F1; }
a { background-color: rgb(248,24,241); }
div.DivClassName
{
background-color: #F818F1;
}
.BgClassName
{
background-color: #F818F1;
}
</style>
border-color css
<style>
span { border-color: #F818F1; }
span { border-color: rgb(248,24,241); }
td.TdClassName
{
border-color: #F818F1;
}
.TagClassName
{
border-color: #F818F1;
}
</style>