Shades of Magenta #F42EF6
Tints of Magenta #F42EF6
RGB
CMYK
RGB Variations
Color information
#F42EF6 (or 0xF42EF6) is known color: Magenta. HEX triplet: F4, 2E and F6. RGB value is (244,46,246). Sum of RGB (Red+Green+Blue) = 244+46+246=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 46 (18.36% from 255 or 8.58% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #F42EF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42EF6 is #0BD109. Grayscale: #7F7F7F. Windows color (decimal): -774410 or 16133876. OLE color: 16133876.
HSL color Cylindrical-coordinate representation of color #F42EF6: hue angle of 299.4º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42EF6 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 46 | 246 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.04 |
| HSL | 299.4º | 0.92% | 0.57% | - |
| HSV(B) | 299.4º | 0.81% | 0.96% | - |
| XYZ | 54.92 | 27.84 | 89.67 | - |
| YUV | 128 | 194.6 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 46 | 246 | 0.01 | 0.81 | 0 | 0.04 | 299.4 | 0.92 | 0.57 |
| Hex | F4 | 2E | F6 | 1 | 51 | 0 | 4 | 12B | 5C | 39 |
| Octal | 364 | 56 | 366 | 1 | 121 | 0 | 4 | 453 | 134 | 71 |
| Binary | 11110100 | 101110 | 11110110 | 1 | 1010001 | 0 | 100 | 100101011 | 1011100 | 111001 |
Color Harmonies of #F42EF6
Complementary color
Monochromatic Colors of #F42EF6
Black with #F42EF6
Text Example
Text Example
White with #F42EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42EF6; }
p { color: rgb(244,46,246); }
H1.HeaderClassName
{
color: #F42EF6;
}
.AnyTagClassName
{
color: #F42EF6;
}
</style>
background-color css
<style>
a { background-color: #F42EF6; }
a { background-color: rgb(244,46,246); }
div.DivClassName
{
background-color: #F42EF6;
}
.BgClassName
{
background-color: #F42EF6;
}
</style>
border-color css
<style>
span { border-color: #F42EF6; }
span { border-color: rgb(244,46,246); }
td.TdClassName
{
border-color: #F42EF6;
}
.TagClassName
{
border-color: #F42EF6;
}
</style>