Shades of Magenta #F42EFF
Tints of Magenta #F42EFF
RGB
CMYK
RGB Variations
Color information
#F42EFF (or 0xF42EFF) is known color: Magenta. HEX triplet: F4, 2E and FF. RGB value is (244,46,255). Sum of RGB (Red+Green+Blue) = 244+46+255=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 46 (18.36% from 255 or 8.44% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #F42EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42EFF is #0BD100. Grayscale: #808080. Windows color (decimal): -774401 or 16723700. OLE color: 16723700.
HSL color Cylindrical-coordinate representation of color #F42EFF: hue angle of 296.84º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42EFF is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 46 | 255 | - |
| CMYK | 0.04 | 0.82 | 0 | 0 |
| HSL | 296.84º | 1% | 0.59% | - |
| HSV(B) | 296.84º | 0.82% | 1% | - |
| XYZ | 56.34 | 28.41 | 97.12 | - |
| YUV | 129.03 | 199.1 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 46 | 255 | 0.04 | 0.82 | 0 | 0 | 296.84 | 1 | 0.59 |
| Hex | F4 | 2E | FF | 4 | 52 | 0 | 0 | 129 | 64 | 3B |
| Octal | 364 | 56 | 377 | 4 | 122 | 0 | 0 | 451 | 144 | 73 |
| Binary | 11110100 | 101110 | 11111111 | 100 | 1010010 | 0 | 0 | 100101001 | 1100100 | 111011 |
Color Harmonies of #F42EFF
Complementary color
Monochromatic Colors of #F42EFF
Black with #F42EFF
Text Example
Text Example
White with #F42EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42EFF; }
p { color: rgb(244,46,255); }
H1.HeaderClassName
{
color: #F42EFF;
}
.AnyTagClassName
{
color: #F42EFF;
}
</style>
background-color css
<style>
a { background-color: #F42EFF; }
a { background-color: rgb(244,46,255); }
div.DivClassName
{
background-color: #F42EFF;
}
.BgClassName
{
background-color: #F42EFF;
}
</style>
border-color css
<style>
span { border-color: #F42EFF; }
span { border-color: rgb(244,46,255); }
td.TdClassName
{
border-color: #F42EFF;
}
.TagClassName
{
border-color: #F42EFF;
}
</style>