Shades of Magenta #F42AFB
Tints of Magenta #F42AFB
RGB
CMYK
RGB Variations
Color information
#F42AFB (or 0xF42AFB) is known color: Magenta. HEX triplet: F4, 2A and FB. RGB value is (244,42,251). Sum of RGB (Red+Green+Blue) = 244+42+251=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 42 (16.80% from 255 or 7.82% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #F42AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42AFB is #0BD504. Grayscale: #7D7D7D. Windows color (decimal): -775429 or 16460532. OLE color: 16460532.
HSL color Cylindrical-coordinate representation of color #F42AFB: hue angle of 297.99º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42AFB is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 42 | 251 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.02 |
| HSL | 297.99º | 0.96% | 0.57% | - |
| HSV(B) | 297.99º | 0.83% | 0.98% | - |
| XYZ | 55.55 | 27.85 | 93.72 | - |
| YUV | 126.22 | 198.42 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 251 | 0.03 | 0.83 | 0 | 0.02 | 297.99 | 0.96 | 0.57 |
| Hex | F4 | 2A | FB | 3 | 53 | 0 | 2 | 12A | 60 | 39 |
| Octal | 364 | 52 | 373 | 3 | 123 | 0 | 2 | 452 | 140 | 71 |
| Binary | 11110100 | 101010 | 11111011 | 11 | 1010011 | 0 | 10 | 100101010 | 1100000 | 111001 |
Color Harmonies of #F42AFB
Complementary color
Monochromatic Colors of #F42AFB
Black with #F42AFB
Text Example
Text Example
White with #F42AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42AFB; }
p { color: rgb(244,42,251); }
H1.HeaderClassName
{
color: #F42AFB;
}
.AnyTagClassName
{
color: #F42AFB;
}
</style>
background-color css
<style>
a { background-color: #F42AFB; }
a { background-color: rgb(244,42,251); }
div.DivClassName
{
background-color: #F42AFB;
}
.BgClassName
{
background-color: #F42AFB;
}
</style>
border-color css
<style>
span { border-color: #F42AFB; }
span { border-color: rgb(244,42,251); }
td.TdClassName
{
border-color: #F42AFB;
}
.TagClassName
{
border-color: #F42AFB;
}
</style>