Shades of Magenta #F42AFC
Tints of Magenta #F42AFC
RGB
CMYK
RGB Variations
Color information
#F42AFC (or 0xF42AFC) is known color: Magenta. HEX triplet: F4, 2A and FC. RGB value is (244,42,252). Sum of RGB (Red+Green+Blue) = 244+42+252=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 42 (16.80% from 255 or 7.81% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #F42AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42AFC is #0BD503. Grayscale: #7D7D7D. Windows color (decimal): -775428 or 16526068. OLE color: 16526068.
HSL color Cylindrical-coordinate representation of color #F42AFC: hue angle of 297.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42AFC is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 42 | 252 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.01 |
| HSL | 297.71º | 0.97% | 0.58% | - |
| HSV(B) | 297.71º | 0.83% | 0.99% | - |
| XYZ | 55.71 | 27.92 | 94.55 | - |
| YUV | 126.34 | 198.92 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 252 | 0.03 | 0.83 | 0 | 0.01 | 297.71 | 0.97 | 0.58 |
| Hex | F4 | 2A | FC | 3 | 53 | 0 | 1 | 12A | 61 | 3A |
| Octal | 364 | 52 | 374 | 3 | 123 | 0 | 1 | 452 | 141 | 72 |
| Binary | 11110100 | 101010 | 11111100 | 11 | 1010011 | 0 | 1 | 100101010 | 1100001 | 111010 |
Color Harmonies of #F42AFC
Complementary color
Monochromatic Colors of #F42AFC
Black with #F42AFC
Text Example
Text Example
White with #F42AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42AFC; }
p { color: rgb(244,42,252); }
H1.HeaderClassName
{
color: #F42AFC;
}
.AnyTagClassName
{
color: #F42AFC;
}
</style>
background-color css
<style>
a { background-color: #F42AFC; }
a { background-color: rgb(244,42,252); }
div.DivClassName
{
background-color: #F42AFC;
}
.BgClassName
{
background-color: #F42AFC;
}
</style>
border-color css
<style>
span { border-color: #F42AFC; }
span { border-color: rgb(244,42,252); }
td.TdClassName
{
border-color: #F42AFC;
}
.TagClassName
{
border-color: #F42AFC;
}
</style>