Shades of Magenta #F42CFA
Tints of Magenta #F42CFA
RGB
CMYK
RGB Variations
Color information
#F42CFA (or 0xF42CFA) is known color: Magenta. HEX triplet: F4, 2C and FA. RGB value is (244,44,250). Sum of RGB (Red+Green+Blue) = 244+44+250=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 44 (17.58% from 255 or 8.18% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #F42CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42CFA is #0BD305. Grayscale: #7E7E7E. Windows color (decimal): -774918 or 16395508. OLE color: 16395508.
HSL color Cylindrical-coordinate representation of color #F42CFA: hue angle of 298.25º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42CFA is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 44 | 250 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.02 |
| HSL | 298.25º | 0.95% | 0.58% | - |
| HSV(B) | 298.25º | 0.82% | 0.98% | - |
| XYZ | 55.46 | 27.94 | 92.91 | - |
| YUV | 127.28 | 197.26 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 250 | 0.02 | 0.82 | 0 | 0.02 | 298.25 | 0.95 | 0.58 |
| Hex | F4 | 2C | FA | 2 | 52 | 0 | 2 | 12A | 5F | 3A |
| Octal | 364 | 54 | 372 | 2 | 122 | 0 | 2 | 452 | 137 | 72 |
| Binary | 11110100 | 101100 | 11111010 | 10 | 1010010 | 0 | 10 | 100101010 | 1011111 | 111010 |
Color Harmonies of #F42CFA
Complementary color
Monochromatic Colors of #F42CFA
Black with #F42CFA
Text Example
Text Example
White with #F42CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42CFA; }
p { color: rgb(244,44,250); }
H1.HeaderClassName
{
color: #F42CFA;
}
.AnyTagClassName
{
color: #F42CFA;
}
</style>
background-color css
<style>
a { background-color: #F42CFA; }
a { background-color: rgb(244,44,250); }
div.DivClassName
{
background-color: #F42CFA;
}
.BgClassName
{
background-color: #F42CFA;
}
</style>
border-color css
<style>
span { border-color: #F42CFA; }
span { border-color: rgb(244,44,250); }
td.TdClassName
{
border-color: #F42CFA;
}
.TagClassName
{
border-color: #F42CFA;
}
</style>