Shades of Magenta #FF0FED
Tints of Magenta #FF0FED
RGB
CMYK
RGB Variations
Color information
#FF0FED (or 0xFF0FED) is known color: Magenta. HEX triplet: FF, 0F and ED. RGB value is (255,15,237). Sum of RGB (Red+Green+Blue) = 255+15+237=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 15 (6.25% from 255 or 2.96% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FED is #00F012. Grayscale: #6F6F6F. Windows color (decimal): -61459 or 15536127. OLE color: 15536127.
HSL color Cylindrical-coordinate representation of color #FF0FED: hue angle of 304.5º 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 #FF0FED is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 237 | - |
| CMYK | 0 | 0.94 | 0.07 | 0 |
| HSL | 304.5º | 1% | 0.53% | - |
| HSV(B) | 304.5º | 0.94% | 1% | - |
| XYZ | 56.7 | 27.72 | 82.48 | - |
| YUV | 112.07 | 198.51 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 237 | 0 | 0.94 | 0.07 | 0 | 304.5 | 1 | 0.53 |
| Hex | FF | F | ED | 0 | 5E | 7 | 0 | 130 | 64 | 35 |
| Octal | 377 | 17 | 355 | 0 | 136 | 7 | 0 | 460 | 144 | 65 |
| Binary | 11111111 | 1111 | 11101101 | 0 | 1011110 | 111 | 0 | 100110000 | 1100100 | 110101 |
Color Harmonies of #FF0FED
Complementary color
Monochromatic Colors of #FF0FED
Black with #FF0FED
Text Example
Text Example
White with #FF0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FED; }
p { color: rgb(255,15,237); }
H1.HeaderClassName
{
color: #FF0FED;
}
.AnyTagClassName
{
color: #FF0FED;
}
</style>
background-color css
<style>
a { background-color: #FF0FED; }
a { background-color: rgb(255,15,237); }
div.DivClassName
{
background-color: #FF0FED;
}
.BgClassName
{
background-color: #FF0FED;
}
</style>
border-color css
<style>
span { border-color: #FF0FED; }
span { border-color: rgb(255,15,237); }
td.TdClassName
{
border-color: #FF0FED;
}
.TagClassName
{
border-color: #FF0FED;
}
</style>