Shades of Magenta #FF0FEB
Tints of Magenta #FF0FEB
RGB
CMYK
RGB Variations
Color information
#FF0FEB (or 0xFF0FEB) is known color: Magenta. HEX triplet: FF, 0F and EB. RGB value is (255,15,235). Sum of RGB (Red+Green+Blue) = 255+15+235=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 15 (6.25% from 255 or 2.97% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FEB is #00F014. Grayscale: #6F6F6F. Windows color (decimal): -61461 or 15405055. OLE color: 15405055.
HSL color Cylindrical-coordinate representation of color #FF0FEB: hue angle of 305º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FEB is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 235 | - |
| CMYK | 0 | 0.94 | 0.08 | 0 |
| HSL | 305º | 1% | 0.53% | - |
| HSV(B) | 305º | 0.94% | 1% | - |
| XYZ | 56.41 | 27.6 | 80.95 | - |
| YUV | 111.84 | 197.51 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 235 | 0 | 0.94 | 0.08 | 0 | 305 | 1 | 0.53 |
| Hex | FF | F | EB | 0 | 5E | 8 | 0 | 131 | 64 | 35 |
| Octal | 377 | 17 | 353 | 0 | 136 | 10 | 0 | 461 | 144 | 65 |
| Binary | 11111111 | 1111 | 11101011 | 0 | 1011110 | 1000 | 0 | 100110001 | 1100100 | 110101 |
Color Harmonies of #FF0FEB
Complementary color
Monochromatic Colors of #FF0FEB
Black with #FF0FEB
Text Example
Text Example
White with #FF0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FEB; }
p { color: rgb(255,15,235); }
H1.HeaderClassName
{
color: #FF0FEB;
}
.AnyTagClassName
{
color: #FF0FEB;
}
</style>
background-color css
<style>
a { background-color: #FF0FEB; }
a { background-color: rgb(255,15,235); }
div.DivClassName
{
background-color: #FF0FEB;
}
.BgClassName
{
background-color: #FF0FEB;
}
</style>
border-color css
<style>
span { border-color: #FF0FEB; }
span { border-color: rgb(255,15,235); }
td.TdClassName
{
border-color: #FF0FEB;
}
.TagClassName
{
border-color: #FF0FEB;
}
</style>