Shades of Magenta #F01EF2
Tints of Magenta #F01EF2
RGB
CMYK
RGB Variations
Color information
#F01EF2 (or 0xF01EF2) is known color: Magenta. HEX triplet: F0, 1E and F2. RGB value is (240,30,242). Sum of RGB (Red+Green+Blue) = 240+30+242=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 30 (12.11% from 255 or 5.86% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #F01EF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01EF2 is #0FE10D. Grayscale: #747474. Windows color (decimal): -1040654 or 15867632. OLE color: 15867632.
HSL color Cylindrical-coordinate representation of color #F01EF2: hue angle of 299.43º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01EF2 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 30 | 242 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.05 |
| HSL | 299.43º | 0.89% | 0.53% | - |
| HSV(B) | 299.43º | 0.88% | 0.95% | - |
| XYZ | 52.43 | 25.86 | 86.23 | - |
| YUV | 116.96 | 198.57 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 30 | 242 | 0.01 | 0.88 | 0 | 0.05 | 299.43 | 0.89 | 0.53 |
| Hex | F0 | 1E | F2 | 1 | 58 | 0 | 5 | 12B | 59 | 35 |
| Octal | 360 | 36 | 362 | 1 | 130 | 0 | 5 | 453 | 131 | 65 |
| Binary | 11110000 | 11110 | 11110010 | 1 | 1011000 | 0 | 101 | 100101011 | 1011001 | 110101 |
Color Harmonies of #F01EF2
Complementary color
Monochromatic Colors of #F01EF2
Black with #F01EF2
Text Example
Text Example
White with #F01EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01EF2; }
p { color: rgb(240,30,242); }
H1.HeaderClassName
{
color: #F01EF2;
}
.AnyTagClassName
{
color: #F01EF2;
}
</style>
background-color css
<style>
a { background-color: #F01EF2; }
a { background-color: rgb(240,30,242); }
div.DivClassName
{
background-color: #F01EF2;
}
.BgClassName
{
background-color: #F01EF2;
}
</style>
border-color css
<style>
span { border-color: #F01EF2; }
span { border-color: rgb(240,30,242); }
td.TdClassName
{
border-color: #F01EF2;
}
.TagClassName
{
border-color: #F01EF2;
}
</style>