Shades of Magenta #F911EA
Tints of Magenta #F911EA
RGB
CMYK
RGB Variations
Color information
#F911EA (or 0xF911EA) is known color: Magenta. HEX triplet: F9, 11 and EA. RGB value is (249,17,234). Sum of RGB (Red+Green+Blue) = 249+17+234=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F911EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F911EA is #06EE15. Grayscale: #6E6E6E. Windows color (decimal): -454166 or 15340025. OLE color: 15340025.
HSL color Cylindrical-coordinate representation of color #F911EA: hue angle of 303.88º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F911EA is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 234 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.02 |
| HSL | 303.88º | 0.95% | 0.52% | - |
| HSV(B) | 303.88º | 0.93% | 0.98% | - |
| XYZ | 54.12 | 26.48 | 80.1 | - |
| YUV | 111.11 | 197.36 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 234 | 0 | 0.93 | 0.06 | 0.02 | 303.88 | 0.95 | 0.52 |
| Hex | F9 | 11 | EA | 0 | 5D | 6 | 2 | 130 | 5F | 34 |
| Octal | 371 | 21 | 352 | 0 | 135 | 6 | 2 | 460 | 137 | 64 |
| Binary | 11111001 | 10001 | 11101010 | 0 | 1011101 | 110 | 10 | 100110000 | 1011111 | 110100 |
Color Harmonies of #F911EA
Complementary color
Monochromatic Colors of #F911EA
Black with #F911EA
Text Example
Text Example
White with #F911EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F911EA; }
p { color: rgb(249,17,234); }
H1.HeaderClassName
{
color: #F911EA;
}
.AnyTagClassName
{
color: #F911EA;
}
</style>
background-color css
<style>
a { background-color: #F911EA; }
a { background-color: rgb(249,17,234); }
div.DivClassName
{
background-color: #F911EA;
}
.BgClassName
{
background-color: #F911EA;
}
</style>
border-color css
<style>
span { border-color: #F911EA; }
span { border-color: rgb(249,17,234); }
td.TdClassName
{
border-color: #F911EA;
}
.TagClassName
{
border-color: #F911EA;
}
</style>