Shades of Magenta #F916ED
Tints of Magenta #F916ED
RGB
CMYK
RGB Variations
Color information
#F916ED (or 0xF916ED) is known color: Magenta. HEX triplet: F9, 16 and ED. RGB value is (249,22,237). Sum of RGB (Red+Green+Blue) = 249+22+237=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 22 (8.98% from 255 or 4.33% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F916ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F916ED is #06E912. Grayscale: #717171. Windows color (decimal): -452883 or 15537913. OLE color: 15537913.
HSL color Cylindrical-coordinate representation of color #F916ED: hue angle of 303.17º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F916ED is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 237 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.02 |
| HSL | 303.17º | 0.95% | 0.53% | - |
| HSV(B) | 303.17º | 0.91% | 0.98% | - |
| XYZ | 54.64 | 26.83 | 82.42 | - |
| YUV | 114.38 | 197.21 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 237 | 0 | 0.91 | 0.05 | 0.02 | 303.17 | 0.95 | 0.53 |
| Hex | F9 | 16 | ED | 0 | 5B | 5 | 2 | 12F | 5F | 35 |
| Octal | 371 | 26 | 355 | 0 | 133 | 5 | 2 | 457 | 137 | 65 |
| Binary | 11111001 | 10110 | 11101101 | 0 | 1011011 | 101 | 10 | 100101111 | 1011111 | 110101 |
Color Harmonies of #F916ED
Complementary color
Monochromatic Colors of #F916ED
Black with #F916ED
Text Example
Text Example
White with #F916ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F916ED; }
p { color: rgb(249,22,237); }
H1.HeaderClassName
{
color: #F916ED;
}
.AnyTagClassName
{
color: #F916ED;
}
</style>
background-color css
<style>
a { background-color: #F916ED; }
a { background-color: rgb(249,22,237); }
div.DivClassName
{
background-color: #F916ED;
}
.BgClassName
{
background-color: #F916ED;
}
</style>
border-color css
<style>
span { border-color: #F916ED; }
span { border-color: rgb(249,22,237); }
td.TdClassName
{
border-color: #F916ED;
}
.TagClassName
{
border-color: #F916ED;
}
</style>