Shades of Magenta #F415ED
Tints of Magenta #F415ED
RGB
CMYK
RGB Variations
Color information
#F415ED (or 0xF415ED) is known color: Magenta. HEX triplet: F4, 15 and ED. RGB value is (244,21,237). Sum of RGB (Red+Green+Blue) = 244+21+237=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 21 (8.59% from 255 or 4.18% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F415ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F415ED is #0BEA12. Grayscale: #6F6F6F. Windows color (decimal): -780819 or 15537652. OLE color: 15537652.
HSL color Cylindrical-coordinate representation of color #F415ED: hue angle of 301.88º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F415ED is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 237 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.04 |
| HSL | 301.88º | 0.91% | 0.52% | - |
| HSV(B) | 301.88º | 0.91% | 0.96% | - |
| XYZ | 52.86 | 25.88 | 82.33 | - |
| YUV | 112.3 | 198.38 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 237 | 0 | 0.91 | 0.03 | 0.04 | 301.88 | 0.91 | 0.52 |
| Hex | F4 | 15 | ED | 0 | 5B | 3 | 4 | 12E | 5B | 34 |
| Octal | 364 | 25 | 355 | 0 | 133 | 3 | 4 | 456 | 133 | 64 |
| Binary | 11110100 | 10101 | 11101101 | 0 | 1011011 | 11 | 100 | 100101110 | 1011011 | 110100 |
Color Harmonies of #F415ED
Complementary color
Monochromatic Colors of #F415ED
Black with #F415ED
Text Example
Text Example
White with #F415ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F415ED; }
p { color: rgb(244,21,237); }
H1.HeaderClassName
{
color: #F415ED;
}
.AnyTagClassName
{
color: #F415ED;
}
</style>
background-color css
<style>
a { background-color: #F415ED; }
a { background-color: rgb(244,21,237); }
div.DivClassName
{
background-color: #F415ED;
}
.BgClassName
{
background-color: #F415ED;
}
</style>
border-color css
<style>
span { border-color: #F415ED; }
span { border-color: rgb(244,21,237); }
td.TdClassName
{
border-color: #F415ED;
}
.TagClassName
{
border-color: #F415ED;
}
</style>