Shades of Magenta #F613EA
Tints of Magenta #F613EA
RGB
CMYK
RGB Variations
Color information
#F613EA (or 0xF613EA) is known color: Magenta. HEX triplet: F6, 13 and EA. RGB value is (246,19,234). Sum of RGB (Red+Green+Blue) = 246+19+234=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 19 (7.81% from 255 or 3.81% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F613EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F613EA is #09EC15. Grayscale: #6E6E6E. Windows color (decimal): -650262 or 15340534. OLE color: 15340534.
HSL color Cylindrical-coordinate representation of color #F613EA: hue angle of 303.17º 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 #F613EA is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 234 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.04 |
| HSL | 303.17º | 0.93% | 0.52% | - |
| HSV(B) | 303.17º | 0.92% | 0.96% | - |
| XYZ | 53.09 | 26 | 80.06 | - |
| YUV | 111.38 | 197.21 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 234 | 0 | 0.92 | 0.05 | 0.04 | 303.17 | 0.93 | 0.52 |
| Hex | F6 | 13 | EA | 0 | 5C | 5 | 4 | 12F | 5D | 34 |
| Octal | 366 | 23 | 352 | 0 | 134 | 5 | 4 | 457 | 135 | 64 |
| Binary | 11110110 | 10011 | 11101010 | 0 | 1011100 | 101 | 100 | 100101111 | 1011101 | 110100 |
Color Harmonies of #F613EA
Complementary color
Monochromatic Colors of #F613EA
Black with #F613EA
Text Example
Text Example
White with #F613EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613EA; }
p { color: rgb(246,19,234); }
H1.HeaderClassName
{
color: #F613EA;
}
.AnyTagClassName
{
color: #F613EA;
}
</style>
background-color css
<style>
a { background-color: #F613EA; }
a { background-color: rgb(246,19,234); }
div.DivClassName
{
background-color: #F613EA;
}
.BgClassName
{
background-color: #F613EA;
}
</style>
border-color css
<style>
span { border-color: #F613EA; }
span { border-color: rgb(246,19,234); }
td.TdClassName
{
border-color: #F613EA;
}
.TagClassName
{
border-color: #F613EA;
}
</style>