Shades of Magenta #FF0EF2
Tints of Magenta #FF0EF2
RGB
CMYK
RGB Variations
Color information
#FF0EF2 (or 0xFF0EF2) is known color: Magenta. HEX triplet: FF, 0E and F2. RGB value is (255,14,242). Sum of RGB (Red+Green+Blue) = 255+14+242=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 14 (5.86% from 255 or 2.74% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0EF2 is #00F10D. Grayscale: #6F6F6F. Windows color (decimal): -61710 or 15863551. OLE color: 15863551.
HSL color Cylindrical-coordinate representation of color #FF0EF2: hue angle of 303.24º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0EF2 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 242 | - |
| CMYK | 0 | 0.95 | 0.05 | 0 |
| HSL | 303.24º | 1% | 0.53% | - |
| HSV(B) | 303.24º | 0.95% | 1% | - |
| XYZ | 57.42 | 27.98 | 86.38 | - |
| YUV | 112.05 | 201.34 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 242 | 0 | 0.95 | 0.05 | 0 | 303.24 | 1 | 0.53 |
| Hex | FF | E | F2 | 0 | 5F | 5 | 0 | 12F | 64 | 35 |
| Octal | 377 | 16 | 362 | 0 | 137 | 5 | 0 | 457 | 144 | 65 |
| Binary | 11111111 | 1110 | 11110010 | 0 | 1011111 | 101 | 0 | 100101111 | 1100100 | 110101 |
Color Harmonies of #FF0EF2
Complementary color
Monochromatic Colors of #FF0EF2
Black with #FF0EF2
Text Example
Text Example
White with #FF0EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0EF2; }
p { color: rgb(255,14,242); }
H1.HeaderClassName
{
color: #FF0EF2;
}
.AnyTagClassName
{
color: #FF0EF2;
}
</style>
background-color css
<style>
a { background-color: #FF0EF2; }
a { background-color: rgb(255,14,242); }
div.DivClassName
{
background-color: #FF0EF2;
}
.BgClassName
{
background-color: #FF0EF2;
}
</style>
border-color css
<style>
span { border-color: #FF0EF2; }
span { border-color: rgb(255,14,242); }
td.TdClassName
{
border-color: #FF0EF2;
}
.TagClassName
{
border-color: #FF0EF2;
}
</style>