Shades of Magenta #F913EC
Tints of Magenta #F913EC
RGB
CMYK
RGB Variations
Color information
#F913EC (or 0xF913EC) is known color: Magenta. HEX triplet: F9, 13 and EC. RGB value is (249,19,236). Sum of RGB (Red+Green+Blue) = 249+19+236=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 19 (7.81% from 255 or 3.77% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F913EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F913EC is #06EC13. Grayscale: #6F6F6F. Windows color (decimal): -453652 or 15471609. OLE color: 15471609.
HSL color Cylindrical-coordinate representation of color #F913EC: hue angle of 303.39º 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 #F913EC is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 236 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.02 |
| HSL | 303.39º | 0.95% | 0.53% | - |
| HSV(B) | 303.39º | 0.92% | 0.98% | - |
| XYZ | 54.44 | 26.66 | 81.63 | - |
| YUV | 112.51 | 197.7 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 236 | 0 | 0.92 | 0.05 | 0.02 | 303.39 | 0.95 | 0.53 |
| Hex | F9 | 13 | EC | 0 | 5C | 5 | 2 | 12F | 5F | 35 |
| Octal | 371 | 23 | 354 | 0 | 134 | 5 | 2 | 457 | 137 | 65 |
| Binary | 11111001 | 10011 | 11101100 | 0 | 1011100 | 101 | 10 | 100101111 | 1011111 | 110101 |
Color Harmonies of #F913EC
Complementary color
Monochromatic Colors of #F913EC
Black with #F913EC
Text Example
Text Example
White with #F913EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F913EC; }
p { color: rgb(249,19,236); }
H1.HeaderClassName
{
color: #F913EC;
}
.AnyTagClassName
{
color: #F913EC;
}
</style>
background-color css
<style>
a { background-color: #F913EC; }
a { background-color: rgb(249,19,236); }
div.DivClassName
{
background-color: #F913EC;
}
.BgClassName
{
background-color: #F913EC;
}
</style>
border-color css
<style>
span { border-color: #F913EC; }
span { border-color: rgb(249,19,236); }
td.TdClassName
{
border-color: #F913EC;
}
.TagClassName
{
border-color: #F913EC;
}
</style>