Shades of Magenta #F612EF
Tints of Magenta #F612EF
RGB
CMYK
RGB Variations
Color information
#F612EF (or 0xF612EF) is known color: Magenta. HEX triplet: F6, 12 and EF. RGB value is (246,18,239). Sum of RGB (Red+Green+Blue) = 246+18+239=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 18 (7.42% from 255 or 3.58% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F612EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F612EF is #09ED10. Grayscale: #6E6E6E. Windows color (decimal): -650513 or 15667958. OLE color: 15667958.
HSL color Cylindrical-coordinate representation of color #F612EF: hue angle of 301.84º 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 #F612EF is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 239 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.04 |
| HSL | 301.84º | 0.93% | 0.52% | - |
| HSV(B) | 301.84º | 0.93% | 0.96% | - |
| XYZ | 53.8 | 26.26 | 83.89 | - |
| YUV | 111.37 | 200.04 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 239 | 0 | 0.93 | 0.03 | 0.04 | 301.84 | 0.93 | 0.52 |
| Hex | F6 | 12 | EF | 0 | 5D | 3 | 4 | 12E | 5D | 34 |
| Octal | 366 | 22 | 357 | 0 | 135 | 3 | 4 | 456 | 135 | 64 |
| Binary | 11110110 | 10010 | 11101111 | 0 | 1011101 | 11 | 100 | 100101110 | 1011101 | 110100 |
Color Harmonies of #F612EF
Complementary color
Monochromatic Colors of #F612EF
Black with #F612EF
Text Example
Text Example
White with #F612EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F612EF; }
p { color: rgb(246,18,239); }
H1.HeaderClassName
{
color: #F612EF;
}
.AnyTagClassName
{
color: #F612EF;
}
</style>
background-color css
<style>
a { background-color: #F612EF; }
a { background-color: rgb(246,18,239); }
div.DivClassName
{
background-color: #F612EF;
}
.BgClassName
{
background-color: #F612EF;
}
</style>
border-color css
<style>
span { border-color: #F612EF; }
span { border-color: rgb(246,18,239); }
td.TdClassName
{
border-color: #F612EF;
}
.TagClassName
{
border-color: #F612EF;
}
</style>