Shades of Magenta #F917E7
Tints of Magenta #F917E7
RGB
CMYK
RGB Variations
Color information
#F917E7 (or 0xF917E7) is known color: Magenta. HEX triplet: F9, 17 and E7. RGB value is (249,23,231). Sum of RGB (Red+Green+Blue) = 249+23+231=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 23 (9.38% from 255 or 4.57% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F917E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F917E7 is #06E818. Grayscale: #717171. Windows color (decimal): -452633 or 15144953. OLE color: 15144953.
HSL color Cylindrical-coordinate representation of color #F917E7: hue angle of 304.78º 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 #F917E7 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 231 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.02 |
| HSL | 304.78º | 0.95% | 0.53% | - |
| HSV(B) | 304.78º | 0.91% | 0.98% | - |
| XYZ | 53.8 | 26.52 | 77.89 | - |
| YUV | 114.29 | 193.87 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 231 | 0 | 0.91 | 0.07 | 0.02 | 304.78 | 0.95 | 0.53 |
| Hex | F9 | 17 | E7 | 0 | 5B | 7 | 2 | 131 | 5F | 35 |
| Octal | 371 | 27 | 347 | 0 | 133 | 7 | 2 | 461 | 137 | 65 |
| Binary | 11111001 | 10111 | 11100111 | 0 | 1011011 | 111 | 10 | 100110001 | 1011111 | 110101 |
Color Harmonies of #F917E7
Complementary color
Monochromatic Colors of #F917E7
Black with #F917E7
Text Example
Text Example
White with #F917E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F917E7; }
p { color: rgb(249,23,231); }
H1.HeaderClassName
{
color: #F917E7;
}
.AnyTagClassName
{
color: #F917E7;
}
</style>
background-color css
<style>
a { background-color: #F917E7; }
a { background-color: rgb(249,23,231); }
div.DivClassName
{
background-color: #F917E7;
}
.BgClassName
{
background-color: #F917E7;
}
</style>
border-color css
<style>
span { border-color: #F917E7; }
span { border-color: rgb(249,23,231); }
td.TdClassName
{
border-color: #F917E7;
}
.TagClassName
{
border-color: #F917E7;
}
</style>