Shades of Magenta #F419E6
Tints of Magenta #F419E6
RGB
CMYK
RGB Variations
Color information
#F419E6 (or 0xF419E6) is known color: Magenta. HEX triplet: F4, 19 and E6. RGB value is (244,25,230). Sum of RGB (Red+Green+Blue) = 244+25+230=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 25 (10.16% from 255 or 5.01% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F419E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F419E6 is #0BE619. Grayscale: #717171. Windows color (decimal): -779802 or 15079924. OLE color: 15079924.
HSL color Cylindrical-coordinate representation of color #F419E6: hue angle of 303.84º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F419E6 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 230 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.04 |
| HSL | 303.84º | 0.91% | 0.53% | - |
| HSV(B) | 303.84º | 0.9% | 0.96% | - |
| XYZ | 51.94 | 25.64 | 77.07 | - |
| YUV | 113.85 | 193.55 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 230 | 0 | 0.90 | 0.06 | 0.04 | 303.84 | 0.91 | 0.53 |
| Hex | F4 | 19 | E6 | 0 | 5A | 6 | 4 | 130 | 5B | 35 |
| Octal | 364 | 31 | 346 | 0 | 132 | 6 | 4 | 460 | 133 | 65 |
| Binary | 11110100 | 11001 | 11100110 | 0 | 1011010 | 110 | 100 | 100110000 | 1011011 | 110101 |
Color Harmonies of #F419E6
Complementary color
Monochromatic Colors of #F419E6
Black with #F419E6
Text Example
Text Example
White with #F419E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F419E6; }
p { color: rgb(244,25,230); }
H1.HeaderClassName
{
color: #F419E6;
}
.AnyTagClassName
{
color: #F419E6;
}
</style>
background-color css
<style>
a { background-color: #F419E6; }
a { background-color: rgb(244,25,230); }
div.DivClassName
{
background-color: #F419E6;
}
.BgClassName
{
background-color: #F419E6;
}
</style>
border-color css
<style>
span { border-color: #F419E6; }
span { border-color: rgb(244,25,230); }
td.TdClassName
{
border-color: #F419E6;
}
.TagClassName
{
border-color: #F419E6;
}
</style>