Shades of Magenta #FF0FFA
Tints of Magenta #FF0FFA
RGB
CMYK
RGB Variations
Color information
#FF0FFA (or 0xFF0FFA) is known color: Magenta. HEX triplet: FF, 0F and FA. RGB value is (255,15,250). Sum of RGB (Red+Green+Blue) = 255+15+250=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 15 (6.25% from 255 or 2.88% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FFA is #00F005. Grayscale: #707070. Windows color (decimal): -61446 or 16388095. OLE color: 16388095.
HSL color Cylindrical-coordinate representation of color #FF0FFA: hue angle of 301.25º 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 #FF0FFA is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 250 | - |
| CMYK | 0 | 0.94 | 0.02 | 0 |
| HSL | 301.25º | 1% | 0.53% | - |
| HSV(B) | 301.25º | 0.94% | 1% | - |
| XYZ | 58.67 | 28.5 | 92.85 | - |
| YUV | 113.55 | 205.01 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 250 | 0 | 0.94 | 0.02 | 0 | 301.25 | 1 | 0.53 |
| Hex | FF | F | FA | 0 | 5E | 2 | 0 | 12D | 64 | 35 |
| Octal | 377 | 17 | 372 | 0 | 136 | 2 | 0 | 455 | 144 | 65 |
| Binary | 11111111 | 1111 | 11111010 | 0 | 1011110 | 10 | 0 | 100101101 | 1100100 | 110101 |
Color Harmonies of #FF0FFA
Complementary color
Monochromatic Colors of #FF0FFA
Black with #FF0FFA
Text Example
Text Example
White with #FF0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FFA; }
p { color: rgb(255,15,250); }
H1.HeaderClassName
{
color: #FF0FFA;
}
.AnyTagClassName
{
color: #FF0FFA;
}
</style>
background-color css
<style>
a { background-color: #FF0FFA; }
a { background-color: rgb(255,15,250); }
div.DivClassName
{
background-color: #FF0FFA;
}
.BgClassName
{
background-color: #FF0FFA;
}
</style>
border-color css
<style>
span { border-color: #FF0FFA; }
span { border-color: rgb(255,15,250); }
td.TdClassName
{
border-color: #FF0FFA;
}
.TagClassName
{
border-color: #FF0FFA;
}
</style>