Shades of Magenta #F613ED
Tints of Magenta #F613ED
RGB
CMYK
RGB Variations
Color information
#F613ED (or 0xF613ED) is known color: Magenta. HEX triplet: F6, 13 and ED. RGB value is (246,19,237). Sum of RGB (Red+Green+Blue) = 246+19+237=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 19 (7.81% from 255 or 3.78% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F613ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F613ED is #09EC12. Grayscale: #6F6F6F. Windows color (decimal): -650259 or 15537142. OLE color: 15537142.
HSL color Cylindrical-coordinate representation of color #F613ED: hue angle of 302.38º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F613ED is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 237 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.04 |
| HSL | 302.38º | 0.93% | 0.52% | - |
| HSV(B) | 302.38º | 0.92% | 0.96% | - |
| XYZ | 53.52 | 26.17 | 82.35 | - |
| YUV | 111.73 | 198.71 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 237 | 0 | 0.92 | 0.04 | 0.04 | 302.38 | 0.93 | 0.52 |
| Hex | F6 | 13 | ED | 0 | 5C | 4 | 4 | 12E | 5D | 34 |
| Octal | 366 | 23 | 355 | 0 | 134 | 4 | 4 | 456 | 135 | 64 |
| Binary | 11110110 | 10011 | 11101101 | 0 | 1011100 | 100 | 100 | 100101110 | 1011101 | 110100 |
Color Harmonies of #F613ED
Complementary color
Monochromatic Colors of #F613ED
Black with #F613ED
Text Example
Text Example
White with #F613ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613ED; }
p { color: rgb(246,19,237); }
H1.HeaderClassName
{
color: #F613ED;
}
.AnyTagClassName
{
color: #F613ED;
}
</style>
background-color css
<style>
a { background-color: #F613ED; }
a { background-color: rgb(246,19,237); }
div.DivClassName
{
background-color: #F613ED;
}
.BgClassName
{
background-color: #F613ED;
}
</style>
border-color css
<style>
span { border-color: #F613ED; }
span { border-color: rgb(246,19,237); }
td.TdClassName
{
border-color: #F613ED;
}
.TagClassName
{
border-color: #F613ED;
}
</style>