Shades of Magenta #F615EA
Tints of Magenta #F615EA
RGB
CMYK
RGB Variations
Color information
#F615EA (or 0xF615EA) is known color: Magenta. HEX triplet: F6, 15 and EA. RGB value is (246,21,234). Sum of RGB (Red+Green+Blue) = 246+21+234=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 21 (8.59% from 255 or 4.19% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F615EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F615EA is #09EA15. Grayscale: #6F6F6F. Windows color (decimal): -649750 or 15341046. OLE color: 15341046.
HSL color Cylindrical-coordinate representation of color #F615EA: hue angle of 303.2º degrees, saturation: 0.93, 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 #F615EA is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 234 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.04 |
| HSL | 303.2º | 0.93% | 0.52% | - |
| HSV(B) | 303.2º | 0.91% | 0.96% | - |
| XYZ | 53.13 | 26.07 | 80.07 | - |
| YUV | 112.56 | 196.54 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 234 | 0 | 0.91 | 0.05 | 0.04 | 303.2 | 0.93 | 0.52 |
| Hex | F6 | 15 | EA | 0 | 5B | 5 | 4 | 12F | 5D | 34 |
| Octal | 366 | 25 | 352 | 0 | 133 | 5 | 4 | 457 | 135 | 64 |
| Binary | 11110110 | 10101 | 11101010 | 0 | 1011011 | 101 | 100 | 100101111 | 1011101 | 110100 |
Color Harmonies of #F615EA
Complementary color
Monochromatic Colors of #F615EA
Black with #F615EA
Text Example
Text Example
White with #F615EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F615EA; }
p { color: rgb(246,21,234); }
H1.HeaderClassName
{
color: #F615EA;
}
.AnyTagClassName
{
color: #F615EA;
}
</style>
background-color css
<style>
a { background-color: #F615EA; }
a { background-color: rgb(246,21,234); }
div.DivClassName
{
background-color: #F615EA;
}
.BgClassName
{
background-color: #F615EA;
}
</style>
border-color css
<style>
span { border-color: #F615EA; }
span { border-color: rgb(246,21,234); }
td.TdClassName
{
border-color: #F615EA;
}
.TagClassName
{
border-color: #F615EA;
}
</style>