Shades of Magenta #FF0FF7
Tints of Magenta #FF0FF7
RGB
CMYK
RGB Variations
Color information
#FF0FF7 (or 0xFF0FF7) is known color: Magenta. HEX triplet: FF, 0F and F7. RGB value is (255,15,247). Sum of RGB (Red+Green+Blue) = 255+15+247=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 15 (6.25% from 255 or 2.90% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FF7 is #00F008. Grayscale: #707070. Windows color (decimal): -61449 or 16191487. OLE color: 16191487.
HSL color Cylindrical-coordinate representation of color #FF0FF7: hue angle of 302º 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 #FF0FF7 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 247 | - |
| CMYK | 0 | 0.94 | 0.03 | 0 |
| HSL | 302º | 1% | 0.53% | - |
| HSV(B) | 302º | 0.94% | 1% | - |
| XYZ | 58.2 | 28.32 | 90.39 | - |
| YUV | 113.21 | 203.51 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 247 | 0 | 0.94 | 0.03 | 0 | 302 | 1 | 0.53 |
| Hex | FF | F | F7 | 0 | 5E | 3 | 0 | 12E | 64 | 35 |
| Octal | 377 | 17 | 367 | 0 | 136 | 3 | 0 | 456 | 144 | 65 |
| Binary | 11111111 | 1111 | 11110111 | 0 | 1011110 | 11 | 0 | 100101110 | 1100100 | 110101 |
Color Harmonies of #FF0FF7
Complementary color
Monochromatic Colors of #FF0FF7
Black with #FF0FF7
Text Example
Text Example
White with #FF0FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FF7; }
p { color: rgb(255,15,247); }
H1.HeaderClassName
{
color: #FF0FF7;
}
.AnyTagClassName
{
color: #FF0FF7;
}
</style>
background-color css
<style>
a { background-color: #FF0FF7; }
a { background-color: rgb(255,15,247); }
div.DivClassName
{
background-color: #FF0FF7;
}
.BgClassName
{
background-color: #FF0FF7;
}
</style>
border-color css
<style>
span { border-color: #FF0FF7; }
span { border-color: rgb(255,15,247); }
td.TdClassName
{
border-color: #FF0FF7;
}
.TagClassName
{
border-color: #FF0FF7;
}
</style>