Shades of Magenta #F42FFA
Tints of Magenta #F42FFA
RGB
CMYK
RGB Variations
Color information
#F42FFA (or 0xF42FFA) is known color: Magenta. HEX triplet: F4, 2F and FA. RGB value is (244,47,250). Sum of RGB (Red+Green+Blue) = 244+47+250=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 47 (18.75% from 255 or 8.69% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #F42FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42FFA is #0BD005. Grayscale: #808080. Windows color (decimal): -774150 or 16396276. OLE color: 16396276.
HSL color Cylindrical-coordinate representation of color #F42FFA: hue angle of 298.23º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42FFA is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 47 | 250 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.02 |
| HSL | 298.23º | 0.95% | 0.58% | - |
| HSV(B) | 298.23º | 0.81% | 0.98% | - |
| XYZ | 55.58 | 28.17 | 92.95 | - |
| YUV | 129.05 | 196.27 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 250 | 0.02 | 0.81 | 0 | 0.02 | 298.23 | 0.95 | 0.58 |
| Hex | F4 | 2F | FA | 2 | 51 | 0 | 2 | 12A | 5F | 3A |
| Octal | 364 | 57 | 372 | 2 | 121 | 0 | 2 | 452 | 137 | 72 |
| Binary | 11110100 | 101111 | 11111010 | 10 | 1010001 | 0 | 10 | 100101010 | 1011111 | 111010 |
Color Harmonies of #F42FFA
Complementary color
Monochromatic Colors of #F42FFA
Black with #F42FFA
Text Example
Text Example
White with #F42FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42FFA; }
p { color: rgb(244,47,250); }
H1.HeaderClassName
{
color: #F42FFA;
}
.AnyTagClassName
{
color: #F42FFA;
}
</style>
background-color css
<style>
a { background-color: #F42FFA; }
a { background-color: rgb(244,47,250); }
div.DivClassName
{
background-color: #F42FFA;
}
.BgClassName
{
background-color: #F42FFA;
}
</style>
border-color css
<style>
span { border-color: #F42FFA; }
span { border-color: rgb(244,47,250); }
td.TdClassName
{
border-color: #F42FFA;
}
.TagClassName
{
border-color: #F42FFA;
}
</style>