Shades of Magenta #F41CE8
Tints of Magenta #F41CE8
RGB
CMYK
RGB Variations
Color information
#F41CE8 (or 0xF41CE8) is known color: Magenta. HEX triplet: F4, 1C and E8. RGB value is (244,28,232). Sum of RGB (Red+Green+Blue) = 244+28+232=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41CE8 is #0BE317. Grayscale: #737373. Windows color (decimal): -779032 or 15211764. OLE color: 15211764.
HSL color Cylindrical-coordinate representation of color #F41CE8: hue angle of 303.33º 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 #F41CE8 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 232 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.04 |
| HSL | 303.33º | 0.91% | 0.53% | - |
| HSV(B) | 303.33º | 0.89% | 0.96% | - |
| XYZ | 52.29 | 25.89 | 78.59 | - |
| YUV | 115.84 | 193.56 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 232 | 0 | 0.89 | 0.05 | 0.04 | 303.33 | 0.91 | 0.53 |
| Hex | F4 | 1C | E8 | 0 | 59 | 5 | 4 | 12F | 5B | 35 |
| Octal | 364 | 34 | 350 | 0 | 131 | 5 | 4 | 457 | 133 | 65 |
| Binary | 11110100 | 11100 | 11101000 | 0 | 1011001 | 101 | 100 | 100101111 | 1011011 | 110101 |
Color Harmonies of #F41CE8
Complementary color
Monochromatic Colors of #F41CE8
Black with #F41CE8
Text Example
Text Example
White with #F41CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41CE8; }
p { color: rgb(244,28,232); }
H1.HeaderClassName
{
color: #F41CE8;
}
.AnyTagClassName
{
color: #F41CE8;
}
</style>
background-color css
<style>
a { background-color: #F41CE8; }
a { background-color: rgb(244,28,232); }
div.DivClassName
{
background-color: #F41CE8;
}
.BgClassName
{
background-color: #F41CE8;
}
</style>
border-color css
<style>
span { border-color: #F41CE8; }
span { border-color: rgb(244,28,232); }
td.TdClassName
{
border-color: #F41CE8;
}
.TagClassName
{
border-color: #F41CE8;
}
</style>