Shades of Magenta #F914E8
Tints of Magenta #F914E8
RGB
CMYK
RGB Variations
Color information
#F914E8 (or 0xF914E8) is known color: Magenta. HEX triplet: F9, 14 and E8. RGB value is (249,20,232). Sum of RGB (Red+Green+Blue) = 249+20+232=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 20 (8.20% from 255 or 3.99% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F914E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F914E8 is #06EB17. Grayscale: #707070. Windows color (decimal): -453400 or 15209721. OLE color: 15209721.
HSL color Cylindrical-coordinate representation of color #F914E8: hue angle of 304.45º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F914E8 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 232 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.02 |
| HSL | 304.45º | 0.95% | 0.53% | - |
| HSV(B) | 304.45º | 0.92% | 0.98% | - |
| XYZ | 53.88 | 26.47 | 78.61 | - |
| YUV | 112.64 | 195.37 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 232 | 0 | 0.92 | 0.07 | 0.02 | 304.45 | 0.95 | 0.53 |
| Hex | F9 | 14 | E8 | 0 | 5C | 7 | 2 | 130 | 5F | 35 |
| Octal | 371 | 24 | 350 | 0 | 134 | 7 | 2 | 460 | 137 | 65 |
| Binary | 11111001 | 10100 | 11101000 | 0 | 1011100 | 111 | 10 | 100110000 | 1011111 | 110101 |
Color Harmonies of #F914E8
Complementary color
Monochromatic Colors of #F914E8
Black with #F914E8
Text Example
Text Example
White with #F914E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914E8; }
p { color: rgb(249,20,232); }
H1.HeaderClassName
{
color: #F914E8;
}
.AnyTagClassName
{
color: #F914E8;
}
</style>
background-color css
<style>
a { background-color: #F914E8; }
a { background-color: rgb(249,20,232); }
div.DivClassName
{
background-color: #F914E8;
}
.BgClassName
{
background-color: #F914E8;
}
</style>
border-color css
<style>
span { border-color: #F914E8; }
span { border-color: rgb(249,20,232); }
td.TdClassName
{
border-color: #F914E8;
}
.TagClassName
{
border-color: #F914E8;
}
</style>