Shades of Magenta #F017E7
Tints of Magenta #F017E7
RGB
CMYK
RGB Variations
Color information
#F017E7 (or 0xF017E7) is known color: Magenta. HEX triplet: F0, 17 and E7. RGB value is (240,23,231). Sum of RGB (Red+Green+Blue) = 240+23+231=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 23 (9.38% from 255 or 4.66% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F017E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F017E7 is #0FE818. Grayscale: #6E6E6E. Windows color (decimal): -1042457 or 15144944. OLE color: 15144944.
HSL color Cylindrical-coordinate representation of color #F017E7: hue angle of 302.49º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F017E7 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 231 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.06 |
| HSL | 302.49º | 0.88% | 0.52% | - |
| HSV(B) | 302.49º | 0.9% | 0.94% | - |
| XYZ | 50.67 | 24.91 | 77.74 | - |
| YUV | 111.6 | 195.39 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 231 | 0 | 0.90 | 0.04 | 0.06 | 302.49 | 0.88 | 0.52 |
| Hex | F0 | 17 | E7 | 0 | 5A | 4 | 6 | 12E | 58 | 34 |
| Octal | 360 | 27 | 347 | 0 | 132 | 4 | 6 | 456 | 130 | 64 |
| Binary | 11110000 | 10111 | 11100111 | 0 | 1011010 | 100 | 110 | 100101110 | 1011000 | 110100 |
Color Harmonies of #F017E7
Complementary color
Monochromatic Colors of #F017E7
Black with #F017E7
Text Example
Text Example
White with #F017E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017E7; }
p { color: rgb(240,23,231); }
H1.HeaderClassName
{
color: #F017E7;
}
.AnyTagClassName
{
color: #F017E7;
}
</style>
background-color css
<style>
a { background-color: #F017E7; }
a { background-color: rgb(240,23,231); }
div.DivClassName
{
background-color: #F017E7;
}
.BgClassName
{
background-color: #F017E7;
}
</style>
border-color css
<style>
span { border-color: #F017E7; }
span { border-color: rgb(240,23,231); }
td.TdClassName
{
border-color: #F017E7;
}
.TagClassName
{
border-color: #F017E7;
}
</style>