Shades of Magenta #F42AFE
Tints of Magenta #F42AFE
RGB
CMYK
RGB Variations
Color information
#F42AFE (or 0xF42AFE) is known color: Magenta. HEX triplet: F4, 2A and FE. RGB value is (244,42,254). Sum of RGB (Red+Green+Blue) = 244+42+254=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 42 (16.80% from 255 or 7.78% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #F42AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42AFE is #0BD501. Grayscale: #7D7D7D. Windows color (decimal): -775426 or 16657140. OLE color: 16657140.
HSL color Cylindrical-coordinate representation of color #F42AFE: hue angle of 297.17º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42AFE is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 42 | 254 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.00 |
| HSL | 297.17º | 0.99% | 0.58% | - |
| HSV(B) | 297.17º | 0.83% | 1% | - |
| XYZ | 56.03 | 28.04 | 96.23 | - |
| YUV | 126.57 | 199.92 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 254 | 0.04 | 0.83 | 0 | 0.00 | 297.17 | 0.99 | 0.58 |
| Hex | F4 | 2A | FE | 4 | 53 | 0 | 0 | 129 | 63 | 3A |
| Octal | 364 | 52 | 376 | 4 | 123 | 0 | 0 | 451 | 143 | 72 |
| Binary | 11110100 | 101010 | 11111110 | 100 | 1010011 | 0 | 0 | 100101001 | 1100011 | 111010 |
Color Harmonies of #F42AFE
Complementary color
Monochromatic Colors of #F42AFE
Black with #F42AFE
Text Example
Text Example
White with #F42AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42AFE; }
p { color: rgb(244,42,254); }
H1.HeaderClassName
{
color: #F42AFE;
}
.AnyTagClassName
{
color: #F42AFE;
}
</style>
background-color css
<style>
a { background-color: #F42AFE; }
a { background-color: rgb(244,42,254); }
div.DivClassName
{
background-color: #F42AFE;
}
.BgClassName
{
background-color: #F42AFE;
}
</style>
border-color css
<style>
span { border-color: #F42AFE; }
span { border-color: rgb(244,42,254); }
td.TdClassName
{
border-color: #F42AFE;
}
.TagClassName
{
border-color: #F42AFE;
}
</style>