Shades of Magenta #F41CE6
Tints of Magenta #F41CE6
RGB
CMYK
RGB Variations
Color information
#F41CE6 (or 0xF41CE6) is known color: Magenta. HEX triplet: F4, 1C and E6. RGB value is (244,28,230). Sum of RGB (Red+Green+Blue) = 244+28+230=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41CE6 is #0BE319. Grayscale: #737373. Windows color (decimal): -779034 or 15080692. OLE color: 15080692.
HSL color Cylindrical-coordinate representation of color #F41CE6: hue angle of 303.89º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41CE6 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 230 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.04 |
| HSL | 303.89º | 0.91% | 0.53% | - |
| HSV(B) | 303.89º | 0.89% | 0.96% | - |
| XYZ | 52.01 | 25.78 | 77.1 | - |
| YUV | 115.61 | 192.56 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 230 | 0 | 0.89 | 0.06 | 0.04 | 303.89 | 0.91 | 0.53 |
| Hex | F4 | 1C | E6 | 0 | 59 | 6 | 4 | 130 | 5B | 35 |
| Octal | 364 | 34 | 346 | 0 | 131 | 6 | 4 | 460 | 133 | 65 |
| Binary | 11110100 | 11100 | 11100110 | 0 | 1011001 | 110 | 100 | 100110000 | 1011011 | 110101 |
Color Harmonies of #F41CE6
Complementary color
Monochromatic Colors of #F41CE6
Black with #F41CE6
Text Example
Text Example
White with #F41CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41CE6; }
p { color: rgb(244,28,230); }
H1.HeaderClassName
{
color: #F41CE6;
}
.AnyTagClassName
{
color: #F41CE6;
}
</style>
background-color css
<style>
a { background-color: #F41CE6; }
a { background-color: rgb(244,28,230); }
div.DivClassName
{
background-color: #F41CE6;
}
.BgClassName
{
background-color: #F41CE6;
}
</style>
border-color css
<style>
span { border-color: #F41CE6; }
span { border-color: rgb(244,28,230); }
td.TdClassName
{
border-color: #F41CE6;
}
.TagClassName
{
border-color: #F41CE6;
}
</style>