Shades of Magenta #F917ED
Tints of Magenta #F917ED
RGB
CMYK
RGB Variations
Color information
#F917ED (or 0xF917ED) is known color: Magenta. HEX triplet: F9, 17 and ED. RGB value is (249,23,237). Sum of RGB (Red+Green+Blue) = 249+23+237=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 23 (9.38% from 255 or 4.52% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F917ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F917ED is #06E812. Grayscale: #727272. Windows color (decimal): -452627 or 15538169. OLE color: 15538169.
HSL color Cylindrical-coordinate representation of color #F917ED: hue angle of 303.19º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F917ED is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 237 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.02 |
| HSL | 303.19º | 0.95% | 0.53% | - |
| HSV(B) | 303.19º | 0.91% | 0.98% | - |
| XYZ | 54.66 | 26.87 | 82.43 | - |
| YUV | 114.97 | 196.87 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 237 | 0 | 0.91 | 0.05 | 0.02 | 303.19 | 0.95 | 0.53 |
| Hex | F9 | 17 | ED | 0 | 5B | 5 | 2 | 12F | 5F | 35 |
| Octal | 371 | 27 | 355 | 0 | 133 | 5 | 2 | 457 | 137 | 65 |
| Binary | 11111001 | 10111 | 11101101 | 0 | 1011011 | 101 | 10 | 100101111 | 1011111 | 110101 |
Color Harmonies of #F917ED
Complementary color
Monochromatic Colors of #F917ED
Black with #F917ED
Text Example
Text Example
White with #F917ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F917ED; }
p { color: rgb(249,23,237); }
H1.HeaderClassName
{
color: #F917ED;
}
.AnyTagClassName
{
color: #F917ED;
}
</style>
background-color css
<style>
a { background-color: #F917ED; }
a { background-color: rgb(249,23,237); }
div.DivClassName
{
background-color: #F917ED;
}
.BgClassName
{
background-color: #F917ED;
}
</style>
border-color css
<style>
span { border-color: #F917ED; }
span { border-color: rgb(249,23,237); }
td.TdClassName
{
border-color: #F917ED;
}
.TagClassName
{
border-color: #F917ED;
}
</style>