Shades of Magenta #F420F1
Tints of Magenta #F420F1
RGB
CMYK
RGB Variations
Color information
#F420F1 (or 0xF420F1) is known color: Magenta. HEX triplet: F4, 20 and F1. RGB value is (244,32,241). Sum of RGB (Red+Green+Blue) = 244+32+241=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 32 (12.89% from 255 or 6.19% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F420F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F420F1 is #0BDF0E. Grayscale: #767676. Windows color (decimal): -777999 or 15802612. OLE color: 15802612.
HSL color Cylindrical-coordinate representation of color #F420F1: hue angle of 300.85º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F420F1 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 241 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.04 |
| HSL | 300.85º | 0.91% | 0.54% | - |
| HSV(B) | 300.85º | 0.87% | 0.96% | - |
| XYZ | 53.7 | 26.62 | 85.53 | - |
| YUV | 119.21 | 196.74 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 241 | 0 | 0.87 | 0.01 | 0.04 | 300.85 | 0.91 | 0.54 |
| Hex | F4 | 20 | F1 | 0 | 57 | 1 | 4 | 12D | 5B | 36 |
| Octal | 364 | 40 | 361 | 0 | 127 | 1 | 4 | 455 | 133 | 66 |
| Binary | 11110100 | 100000 | 11110001 | 0 | 1010111 | 1 | 100 | 100101101 | 1011011 | 110110 |
Color Harmonies of #F420F1
Complementary color
Monochromatic Colors of #F420F1
Black with #F420F1
Text Example
Text Example
White with #F420F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F420F1; }
p { color: rgb(244,32,241); }
H1.HeaderClassName
{
color: #F420F1;
}
.AnyTagClassName
{
color: #F420F1;
}
</style>
background-color css
<style>
a { background-color: #F420F1; }
a { background-color: rgb(244,32,241); }
div.DivClassName
{
background-color: #F420F1;
}
.BgClassName
{
background-color: #F420F1;
}
</style>
border-color css
<style>
span { border-color: #F420F1; }
span { border-color: rgb(244,32,241); }
td.TdClassName
{
border-color: #F420F1;
}
.TagClassName
{
border-color: #F420F1;
}
</style>