Shades of Magenta #F01CEA
Tints of Magenta #F01CEA
RGB
CMYK
RGB Variations
Color information
#F01CEA (or 0xF01CEA) is known color: Magenta. HEX triplet: F0, 1C and EA. RGB value is (240,28,234). Sum of RGB (Red+Green+Blue) = 240+28+234=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01CEA is #0FE315. Grayscale: #727272. Windows color (decimal): -1041174 or 15342832. OLE color: 15342832.
HSL color Cylindrical-coordinate representation of color #F01CEA: hue angle of 301.7º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01CEA is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 234 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.06 |
| HSL | 301.7º | 0.88% | 0.53% | - |
| HSV(B) | 301.7º | 0.88% | 0.94% | - |
| XYZ | 51.2 | 25.3 | 80.03 | - |
| YUV | 114.87 | 195.24 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 234 | 0 | 0.88 | 0.02 | 0.06 | 301.7 | 0.88 | 0.53 |
| Hex | F0 | 1C | EA | 0 | 58 | 2 | 6 | 12E | 58 | 35 |
| Octal | 360 | 34 | 352 | 0 | 130 | 2 | 6 | 456 | 130 | 65 |
| Binary | 11110000 | 11100 | 11101010 | 0 | 1011000 | 10 | 110 | 100101110 | 1011000 | 110101 |
Color Harmonies of #F01CEA
Complementary color
Monochromatic Colors of #F01CEA
Black with #F01CEA
Text Example
Text Example
White with #F01CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CEA; }
p { color: rgb(240,28,234); }
H1.HeaderClassName
{
color: #F01CEA;
}
.AnyTagClassName
{
color: #F01CEA;
}
</style>
background-color css
<style>
a { background-color: #F01CEA; }
a { background-color: rgb(240,28,234); }
div.DivClassName
{
background-color: #F01CEA;
}
.BgClassName
{
background-color: #F01CEA;
}
</style>
border-color css
<style>
span { border-color: #F01CEA; }
span { border-color: rgb(240,28,234); }
td.TdClassName
{
border-color: #F01CEA;
}
.TagClassName
{
border-color: #F01CEA;
}
</style>