Shades of Magenta #F818F7
Tints of Magenta #F818F7
RGB
CMYK
RGB Variations
Color information
#F818F7 (or 0xF818F7) is known color: Magenta. HEX triplet: F8, 18 and F7. RGB value is (248,24,247). Sum of RGB (Red+Green+Blue) = 248+24+247=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 24 (9.77% from 255 or 4.62% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F818F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F818F7 is #07E708. Grayscale: #737373. Windows color (decimal): -517897 or 16193784. OLE color: 16193784.
HSL color Cylindrical-coordinate representation of color #F818F7: hue angle of 300.27º 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 #F818F7 is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 247 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.03 |
| HSL | 300.27º | 0.94% | 0.53% | - |
| HSV(B) | 300.27º | 0.9% | 0.97% | - |
| XYZ | 55.83 | 27.33 | 90.33 | - |
| YUV | 116.4 | 201.71 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 247 | 0 | 0.90 | 0.00 | 0.03 | 300.27 | 0.94 | 0.53 |
| Hex | F8 | 18 | F7 | 0 | 5A | 0 | 3 | 12C | 5E | 35 |
| Octal | 370 | 30 | 367 | 0 | 132 | 0 | 3 | 454 | 136 | 65 |
| Binary | 11111000 | 11000 | 11110111 | 0 | 1011010 | 0 | 11 | 100101100 | 1011110 | 110101 |
Color Harmonies of #F818F7
Complementary color
Monochromatic Colors of #F818F7
Black with #F818F7
Text Example
Text Example
White with #F818F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F818F7; }
p { color: rgb(248,24,247); }
H1.HeaderClassName
{
color: #F818F7;
}
.AnyTagClassName
{
color: #F818F7;
}
</style>
background-color css
<style>
a { background-color: #F818F7; }
a { background-color: rgb(248,24,247); }
div.DivClassName
{
background-color: #F818F7;
}
.BgClassName
{
background-color: #F818F7;
}
</style>
border-color css
<style>
span { border-color: #F818F7; }
span { border-color: rgb(248,24,247); }
td.TdClassName
{
border-color: #F818F7;
}
.TagClassName
{
border-color: #F818F7;
}
</style>