Shades of Magenta #F612EA
Tints of Magenta #F612EA
RGB
CMYK
RGB Variations
Color information
#F612EA (or 0xF612EA) is known color: Magenta. HEX triplet: F6, 12 and EA. RGB value is (246,18,234). Sum of RGB (Red+Green+Blue) = 246+18+234=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 18 (7.42% from 255 or 3.61% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F612EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F612EA is #09ED15. Grayscale: #6E6E6E. Windows color (decimal): -650518 or 15340278. OLE color: 15340278.
HSL color Cylindrical-coordinate representation of color #F612EA: hue angle of 303.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F612EA is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 234 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.04 |
| HSL | 303.16º | 0.93% | 0.52% | - |
| HSV(B) | 303.16º | 0.93% | 0.96% | - |
| XYZ | 53.07 | 25.97 | 80.06 | - |
| YUV | 110.8 | 197.54 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 234 | 0 | 0.93 | 0.05 | 0.04 | 303.16 | 0.93 | 0.52 |
| Hex | F6 | 12 | EA | 0 | 5D | 5 | 4 | 12F | 5D | 34 |
| Octal | 366 | 22 | 352 | 0 | 135 | 5 | 4 | 457 | 135 | 64 |
| Binary | 11110110 | 10010 | 11101010 | 0 | 1011101 | 101 | 100 | 100101111 | 1011101 | 110100 |
Color Harmonies of #F612EA
Complementary color
Monochromatic Colors of #F612EA
Black with #F612EA
Text Example
Text Example
White with #F612EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F612EA; }
p { color: rgb(246,18,234); }
H1.HeaderClassName
{
color: #F612EA;
}
.AnyTagClassName
{
color: #F612EA;
}
</style>
background-color css
<style>
a { background-color: #F612EA; }
a { background-color: rgb(246,18,234); }
div.DivClassName
{
background-color: #F612EA;
}
.BgClassName
{
background-color: #F612EA;
}
</style>
border-color css
<style>
span { border-color: #F612EA; }
span { border-color: rgb(246,18,234); }
td.TdClassName
{
border-color: #F612EA;
}
.TagClassName
{
border-color: #F612EA;
}
</style>