Shades of Magenta #F616ED
Tints of Magenta #F616ED
RGB
CMYK
RGB Variations
Color information
#F616ED (or 0xF616ED) is known color: Magenta. HEX triplet: F6, 16 and ED. RGB value is (246,22,237). Sum of RGB (Red+Green+Blue) = 246+22+237=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 22 (8.98% from 255 or 4.36% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F616ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F616ED is #09E912. Grayscale: #707070. Windows color (decimal): -649491 or 15537910. OLE color: 15537910.
HSL color Cylindrical-coordinate representation of color #F616ED: hue angle of 302.41º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F616ED is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 237 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.04 |
| HSL | 302.41º | 0.93% | 0.53% | - |
| HSV(B) | 302.41º | 0.91% | 0.96% | - |
| XYZ | 53.58 | 26.28 | 82.37 | - |
| YUV | 113.49 | 197.71 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 237 | 0 | 0.91 | 0.04 | 0.04 | 302.41 | 0.93 | 0.53 |
| Hex | F6 | 16 | ED | 0 | 5B | 4 | 4 | 12E | 5D | 35 |
| Octal | 366 | 26 | 355 | 0 | 133 | 4 | 4 | 456 | 135 | 65 |
| Binary | 11110110 | 10110 | 11101101 | 0 | 1011011 | 100 | 100 | 100101110 | 1011101 | 110101 |
Color Harmonies of #F616ED
Complementary color
Monochromatic Colors of #F616ED
Black with #F616ED
Text Example
Text Example
White with #F616ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F616ED; }
p { color: rgb(246,22,237); }
H1.HeaderClassName
{
color: #F616ED;
}
.AnyTagClassName
{
color: #F616ED;
}
</style>
background-color css
<style>
a { background-color: #F616ED; }
a { background-color: rgb(246,22,237); }
div.DivClassName
{
background-color: #F616ED;
}
.BgClassName
{
background-color: #F616ED;
}
</style>
border-color css
<style>
span { border-color: #F616ED; }
span { border-color: rgb(246,22,237); }
td.TdClassName
{
border-color: #F616ED;
}
.TagClassName
{
border-color: #F616ED;
}
</style>