Shades of Magenta #F817EF
Tints of Magenta #F817EF
RGB
CMYK
RGB Variations
Color information
#F817EF (or 0xF817EF) is known color: Magenta. HEX triplet: F8, 17 and EF. RGB value is (248,23,239). Sum of RGB (Red+Green+Blue) = 248+23+239=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 23 (9.38% from 255 or 4.51% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F817EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F817EF is #07E810. Grayscale: #727272. Windows color (decimal): -518161 or 15669240. OLE color: 15669240.
HSL color Cylindrical-coordinate representation of color #F817EF: hue angle of 302.4º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F817EF is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 239 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.03 |
| HSL | 302.4º | 0.94% | 0.53% | - |
| HSV(B) | 302.4º | 0.91% | 0.97% | - |
| XYZ | 54.6 | 26.8 | 83.96 | - |
| YUV | 114.9 | 198.04 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 239 | 0 | 0.91 | 0.04 | 0.03 | 302.4 | 0.94 | 0.53 |
| Hex | F8 | 17 | EF | 0 | 5B | 4 | 3 | 12E | 5E | 35 |
| Octal | 370 | 27 | 357 | 0 | 133 | 4 | 3 | 456 | 136 | 65 |
| Binary | 11111000 | 10111 | 11101111 | 0 | 1011011 | 100 | 11 | 100101110 | 1011110 | 110101 |
Color Harmonies of #F817EF
Complementary color
Monochromatic Colors of #F817EF
Black with #F817EF
Text Example
Text Example
White with #F817EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F817EF; }
p { color: rgb(248,23,239); }
H1.HeaderClassName
{
color: #F817EF;
}
.AnyTagClassName
{
color: #F817EF;
}
</style>
background-color css
<style>
a { background-color: #F817EF; }
a { background-color: rgb(248,23,239); }
div.DivClassName
{
background-color: #F817EF;
}
.BgClassName
{
background-color: #F817EF;
}
</style>
border-color css
<style>
span { border-color: #F817EF; }
span { border-color: rgb(248,23,239); }
td.TdClassName
{
border-color: #F817EF;
}
.TagClassName
{
border-color: #F817EF;
}
</style>