Shades of Magenta #F910ED
Tints of Magenta #F910ED
RGB
CMYK
RGB Variations
Color information
#F910ED (or 0xF910ED) is known color: Magenta. HEX triplet: F9, 10 and ED. RGB value is (249,16,237). Sum of RGB (Red+Green+Blue) = 249+16+237=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 16 (6.64% from 255 or 3.19% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F910ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F910ED is #06EF12. Grayscale: #6E6E6E. Windows color (decimal): -454419 or 15536377. OLE color: 15536377.
HSL color Cylindrical-coordinate representation of color #F910ED: hue angle of 303.09º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F910ED is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 237 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.02 |
| HSL | 303.09º | 0.95% | 0.52% | - |
| HSV(B) | 303.09º | 0.94% | 0.98% | - |
| XYZ | 54.54 | 26.62 | 82.39 | - |
| YUV | 110.86 | 199.19 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 237 | 0 | 0.94 | 0.05 | 0.02 | 303.09 | 0.95 | 0.52 |
| Hex | F9 | 10 | ED | 0 | 5E | 5 | 2 | 12F | 5F | 34 |
| Octal | 371 | 20 | 355 | 0 | 136 | 5 | 2 | 457 | 137 | 64 |
| Binary | 11111001 | 10000 | 11101101 | 0 | 1011110 | 101 | 10 | 100101111 | 1011111 | 110100 |
Color Harmonies of #F910ED
Complementary color
Monochromatic Colors of #F910ED
Black with #F910ED
Text Example
Text Example
White with #F910ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F910ED; }
p { color: rgb(249,16,237); }
H1.HeaderClassName
{
color: #F910ED;
}
.AnyTagClassName
{
color: #F910ED;
}
</style>
background-color css
<style>
a { background-color: #F910ED; }
a { background-color: rgb(249,16,237); }
div.DivClassName
{
background-color: #F910ED;
}
.BgClassName
{
background-color: #F910ED;
}
</style>
border-color css
<style>
span { border-color: #F910ED; }
span { border-color: rgb(249,16,237); }
td.TdClassName
{
border-color: #F910ED;
}
.TagClassName
{
border-color: #F910ED;
}
</style>