Shades of Magenta #F013ED
Tints of Magenta #F013ED
RGB
CMYK
RGB Variations
Color information
#F013ED (or 0xF013ED) is known color: Magenta. HEX triplet: F0, 13 and ED. RGB value is (240,19,237). Sum of RGB (Red+Green+Blue) = 240+19+237=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 19 (7.81% from 255 or 3.83% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F013ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F013ED is #0FEC12. Grayscale: #6D6D6D. Windows color (decimal): -1043475 or 15537136. OLE color: 15537136.
HSL color Cylindrical-coordinate representation of color #F013ED: hue angle of 300.81º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013ED is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 237 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.06 |
| HSL | 300.81º | 0.88% | 0.51% | - |
| HSV(B) | 300.81º | 0.92% | 0.94% | - |
| XYZ | 51.45 | 25.11 | 82.25 | - |
| YUV | 109.93 | 199.72 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 237 | 0 | 0.92 | 0.01 | 0.06 | 300.81 | 0.88 | 0.51 |
| Hex | F0 | 13 | ED | 0 | 5C | 1 | 6 | 12D | 58 | 33 |
| Octal | 360 | 23 | 355 | 0 | 134 | 1 | 6 | 455 | 130 | 63 |
| Binary | 11110000 | 10011 | 11101101 | 0 | 1011100 | 1 | 110 | 100101101 | 1011000 | 110011 |
Color Harmonies of #F013ED
Complementary color
Monochromatic Colors of #F013ED
Black with #F013ED
Text Example
Text Example
White with #F013ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013ED; }
p { color: rgb(240,19,237); }
H1.HeaderClassName
{
color: #F013ED;
}
.AnyTagClassName
{
color: #F013ED;
}
</style>
background-color css
<style>
a { background-color: #F013ED; }
a { background-color: rgb(240,19,237); }
div.DivClassName
{
background-color: #F013ED;
}
.BgClassName
{
background-color: #F013ED;
}
</style>
border-color css
<style>
span { border-color: #F013ED; }
span { border-color: rgb(240,19,237); }
td.TdClassName
{
border-color: #F013ED;
}
.TagClassName
{
border-color: #F013ED;
}
</style>