Shades of Magenta #F817ED
Tints of Magenta #F817ED
RGB
CMYK
RGB Variations
Color information
#F817ED (or 0xF817ED) is known color: Magenta. HEX triplet: F8, 17 and ED. RGB value is (248,23,237). Sum of RGB (Red+Green+Blue) = 248+23+237=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 23 (9.38% from 255 or 4.53% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F817ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F817ED is #07E812. Grayscale: #727272. Windows color (decimal): -518163 or 15538168. OLE color: 15538168.
HSL color Cylindrical-coordinate representation of color #F817ED: hue angle of 302.93º 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 #F817ED is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 237 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.03 |
| HSL | 302.93º | 0.94% | 0.53% | - |
| HSV(B) | 302.93º | 0.91% | 0.97% | - |
| XYZ | 54.3 | 26.68 | 82.41 | - |
| YUV | 114.67 | 197.04 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 237 | 0 | 0.91 | 0.04 | 0.03 | 302.93 | 0.94 | 0.53 |
| Hex | F8 | 17 | ED | 0 | 5B | 4 | 3 | 12F | 5E | 35 |
| Octal | 370 | 27 | 355 | 0 | 133 | 4 | 3 | 457 | 136 | 65 |
| Binary | 11111000 | 10111 | 11101101 | 0 | 1011011 | 100 | 11 | 100101111 | 1011110 | 110101 |
Color Harmonies of #F817ED
Complementary color
Monochromatic Colors of #F817ED
Black with #F817ED
Text Example
Text Example
White with #F817ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F817ED; }
p { color: rgb(248,23,237); }
H1.HeaderClassName
{
color: #F817ED;
}
.AnyTagClassName
{
color: #F817ED;
}
</style>
background-color css
<style>
a { background-color: #F817ED; }
a { background-color: rgb(248,23,237); }
div.DivClassName
{
background-color: #F817ED;
}
.BgClassName
{
background-color: #F817ED;
}
</style>
border-color css
<style>
span { border-color: #F817ED; }
span { border-color: rgb(248,23,237); }
td.TdClassName
{
border-color: #F817ED;
}
.TagClassName
{
border-color: #F817ED;
}
</style>