Shades of Magenta #F614EF
Tints of Magenta #F614EF
RGB
CMYK
RGB Variations
Color information
#F614EF (or 0xF614EF) is known color: Magenta. HEX triplet: F6, 14 and EF. RGB value is (246,20,239). Sum of RGB (Red+Green+Blue) = 246+20+239=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 20 (8.20% from 255 or 3.96% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F614EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F614EF is #09EB10. Grayscale: #6F6F6F. Windows color (decimal): -650001 or 15668470. OLE color: 15668470.
HSL color Cylindrical-coordinate representation of color #F614EF: hue angle of 301.86º 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 #F614EF is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 239 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.04 |
| HSL | 301.86º | 0.93% | 0.52% | - |
| HSV(B) | 301.86º | 0.92% | 0.96% | - |
| XYZ | 53.84 | 26.33 | 83.91 | - |
| YUV | 112.54 | 199.37 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 239 | 0 | 0.92 | 0.03 | 0.04 | 301.86 | 0.93 | 0.52 |
| Hex | F6 | 14 | EF | 0 | 5C | 3 | 4 | 12E | 5D | 34 |
| Octal | 366 | 24 | 357 | 0 | 134 | 3 | 4 | 456 | 135 | 64 |
| Binary | 11110110 | 10100 | 11101111 | 0 | 1011100 | 11 | 100 | 100101110 | 1011101 | 110100 |
Color Harmonies of #F614EF
Complementary color
Monochromatic Colors of #F614EF
Black with #F614EF
Text Example
Text Example
White with #F614EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F614EF; }
p { color: rgb(246,20,239); }
H1.HeaderClassName
{
color: #F614EF;
}
.AnyTagClassName
{
color: #F614EF;
}
</style>
background-color css
<style>
a { background-color: #F614EF; }
a { background-color: rgb(246,20,239); }
div.DivClassName
{
background-color: #F614EF;
}
.BgClassName
{
background-color: #F614EF;
}
</style>
border-color css
<style>
span { border-color: #F614EF; }
span { border-color: rgb(246,20,239); }
td.TdClassName
{
border-color: #F614EF;
}
.TagClassName
{
border-color: #F614EF;
}
</style>