Shades of Magenta #F913EA
Tints of Magenta #F913EA
RGB
CMYK
RGB Variations
Color information
#F913EA (or 0xF913EA) is known color: Magenta. HEX triplet: F9, 13 and EA. RGB value is (249,19,234). Sum of RGB (Red+Green+Blue) = 249+19+234=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 19 (7.81% from 255 or 3.78% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F913EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F913EA is #06EC15. Grayscale: #6F6F6F. Windows color (decimal): -453654 or 15340537. OLE color: 15340537.
HSL color Cylindrical-coordinate representation of color #F913EA: hue angle of 303.91º 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 #F913EA is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 234 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.02 |
| HSL | 303.91º | 0.95% | 0.53% | - |
| HSV(B) | 303.91º | 0.92% | 0.98% | - |
| XYZ | 54.15 | 26.55 | 80.11 | - |
| YUV | 112.28 | 196.7 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 234 | 0 | 0.92 | 0.06 | 0.02 | 303.91 | 0.95 | 0.53 |
| Hex | F9 | 13 | EA | 0 | 5C | 6 | 2 | 130 | 5F | 35 |
| Octal | 371 | 23 | 352 | 0 | 134 | 6 | 2 | 460 | 137 | 65 |
| Binary | 11111001 | 10011 | 11101010 | 0 | 1011100 | 110 | 10 | 100110000 | 1011111 | 110101 |
Color Harmonies of #F913EA
Complementary color
Monochromatic Colors of #F913EA
Black with #F913EA
Text Example
Text Example
White with #F913EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F913EA; }
p { color: rgb(249,19,234); }
H1.HeaderClassName
{
color: #F913EA;
}
.AnyTagClassName
{
color: #F913EA;
}
</style>
background-color css
<style>
a { background-color: #F913EA; }
a { background-color: rgb(249,19,234); }
div.DivClassName
{
background-color: #F913EA;
}
.BgClassName
{
background-color: #F913EA;
}
</style>
border-color css
<style>
span { border-color: #F913EA; }
span { border-color: rgb(249,19,234); }
td.TdClassName
{
border-color: #F913EA;
}
.TagClassName
{
border-color: #F913EA;
}
</style>