Shades of Magenta #F817E7
Tints of Magenta #F817E7
RGB
CMYK
RGB Variations
Color information
#F817E7 (or 0xF817E7) is known color: Magenta. HEX triplet: F8, 17 and E7. RGB value is (248,23,231). Sum of RGB (Red+Green+Blue) = 248+23+231=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 23 (9.38% from 255 or 4.58% from 502); Blue value is 231 (90.62% from 255 or 46.02% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F817E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F817E7 is #07E818. Grayscale: #717171. Windows color (decimal): -518169 or 15144952. OLE color: 15144952.
HSL color Cylindrical-coordinate representation of color #F817E7: hue angle of 304.53º 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 #F817E7 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 231 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.03 |
| HSL | 304.53º | 0.94% | 0.53% | - |
| HSV(B) | 304.53º | 0.91% | 0.97% | - |
| XYZ | 53.44 | 26.34 | 77.87 | - |
| YUV | 113.99 | 194.04 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 231 | 0 | 0.91 | 0.07 | 0.03 | 304.53 | 0.94 | 0.53 |
| Hex | F8 | 17 | E7 | 0 | 5B | 7 | 3 | 131 | 5E | 35 |
| Octal | 370 | 27 | 347 | 0 | 133 | 7 | 3 | 461 | 136 | 65 |
| Binary | 11111000 | 10111 | 11100111 | 0 | 1011011 | 111 | 11 | 100110001 | 1011110 | 110101 |
Color Harmonies of #F817E7
Complementary color
Monochromatic Colors of #F817E7
Black with #F817E7
Text Example
Text Example
White with #F817E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F817E7; }
p { color: rgb(248,23,231); }
H1.HeaderClassName
{
color: #F817E7;
}
.AnyTagClassName
{
color: #F817E7;
}
</style>
background-color css
<style>
a { background-color: #F817E7; }
a { background-color: rgb(248,23,231); }
div.DivClassName
{
background-color: #F817E7;
}
.BgClassName
{
background-color: #F817E7;
}
</style>
border-color css
<style>
span { border-color: #F817E7; }
span { border-color: rgb(248,23,231); }
td.TdClassName
{
border-color: #F817E7;
}
.TagClassName
{
border-color: #F817E7;
}
</style>