Shades of Magenta #F41CEA
Tints of Magenta #F41CEA
RGB
CMYK
RGB Variations
Color information
#F41CEA (or 0xF41CEA) is known color: Magenta. HEX triplet: F4, 1C and EA. RGB value is (244,28,234). Sum of RGB (Red+Green+Blue) = 244+28+234=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41CEA is #0BE315. Grayscale: #737373. Windows color (decimal): -779030 or 15342836. OLE color: 15342836.
HSL color Cylindrical-coordinate representation of color #F41CEA: hue angle of 302.78º 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 #F41CEA is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 234 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.04 |
| HSL | 302.78º | 0.91% | 0.53% | - |
| HSV(B) | 302.78º | 0.89% | 0.96% | - |
| XYZ | 52.57 | 26 | 80.09 | - |
| YUV | 116.07 | 194.56 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 234 | 0 | 0.89 | 0.04 | 0.04 | 302.78 | 0.91 | 0.53 |
| Hex | F4 | 1C | EA | 0 | 59 | 4 | 4 | 12F | 5B | 35 |
| Octal | 364 | 34 | 352 | 0 | 131 | 4 | 4 | 457 | 133 | 65 |
| Binary | 11110100 | 11100 | 11101010 | 0 | 1011001 | 100 | 100 | 100101111 | 1011011 | 110101 |
Color Harmonies of #F41CEA
Complementary color
Monochromatic Colors of #F41CEA
Black with #F41CEA
Text Example
Text Example
White with #F41CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41CEA; }
p { color: rgb(244,28,234); }
H1.HeaderClassName
{
color: #F41CEA;
}
.AnyTagClassName
{
color: #F41CEA;
}
</style>
background-color css
<style>
a { background-color: #F41CEA; }
a { background-color: rgb(244,28,234); }
div.DivClassName
{
background-color: #F41CEA;
}
.BgClassName
{
background-color: #F41CEA;
}
</style>
border-color css
<style>
span { border-color: #F41CEA; }
span { border-color: rgb(244,28,234); }
td.TdClassName
{
border-color: #F41CEA;
}
.TagClassName
{
border-color: #F41CEA;
}
</style>