Shades of Magenta #F41CEC
Tints of Magenta #F41CEC
RGB
CMYK
RGB Variations
Color information
#F41CEC (or 0xF41CEC) is known color: Magenta. HEX triplet: F4, 1C and EC. RGB value is (244,28,236). Sum of RGB (Red+Green+Blue) = 244+28+236=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 28 (11.33% from 255 or 5.51% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41CEC is #0BE313. Grayscale: #737373. Windows color (decimal): -779028 or 15473908. OLE color: 15473908.
HSL color Cylindrical-coordinate representation of color #F41CEC: hue angle of 302.22º 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 #F41CEC is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 236 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.04 |
| HSL | 302.22º | 0.91% | 0.53% | - |
| HSV(B) | 302.22º | 0.89% | 0.96% | - |
| XYZ | 52.86 | 26.12 | 81.61 | - |
| YUV | 116.3 | 195.56 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 236 | 0 | 0.89 | 0.03 | 0.04 | 302.22 | 0.91 | 0.53 |
| Hex | F4 | 1C | EC | 0 | 59 | 3 | 4 | 12E | 5B | 35 |
| Octal | 364 | 34 | 354 | 0 | 131 | 3 | 4 | 456 | 133 | 65 |
| Binary | 11110100 | 11100 | 11101100 | 0 | 1011001 | 11 | 100 | 100101110 | 1011011 | 110101 |
Color Harmonies of #F41CEC
Complementary color
Monochromatic Colors of #F41CEC
Black with #F41CEC
Text Example
Text Example
White with #F41CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41CEC; }
p { color: rgb(244,28,236); }
H1.HeaderClassName
{
color: #F41CEC;
}
.AnyTagClassName
{
color: #F41CEC;
}
</style>
background-color css
<style>
a { background-color: #F41CEC; }
a { background-color: rgb(244,28,236); }
div.DivClassName
{
background-color: #F41CEC;
}
.BgClassName
{
background-color: #F41CEC;
}
</style>
border-color css
<style>
span { border-color: #F41CEC; }
span { border-color: rgb(244,28,236); }
td.TdClassName
{
border-color: #F41CEC;
}
.TagClassName
{
border-color: #F41CEC;
}
</style>