Shades of Magenta #FF0FFC
Tints of Magenta #FF0FFC
RGB
CMYK
RGB Variations
Color information
#FF0FFC (or 0xFF0FFC) is known color: Magenta. HEX triplet: FF, 0F and FC. RGB value is (255,15,252). Sum of RGB (Red+Green+Blue) = 255+15+252=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 15 (6.25% from 255 or 2.87% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FFC is #00F003. Grayscale: #717171. Windows color (decimal): -61444 or 16519167. OLE color: 16519167.
HSL color Cylindrical-coordinate representation of color #FF0FFC: hue angle of 300.75º 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 #FF0FFC is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 252 | - |
| CMYK | 0 | 0.94 | 0.01 | 0 |
| HSL | 300.75º | 1% | 0.53% | - |
| HSV(B) | 300.75º | 0.94% | 1% | - |
| XYZ | 58.98 | 28.63 | 94.51 | - |
| YUV | 113.78 | 206.01 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 252 | 0 | 0.94 | 0.01 | 0 | 300.75 | 1 | 0.53 |
| Hex | FF | F | FC | 0 | 5E | 1 | 0 | 12D | 64 | 35 |
| Octal | 377 | 17 | 374 | 0 | 136 | 1 | 0 | 455 | 144 | 65 |
| Binary | 11111111 | 1111 | 11111100 | 0 | 1011110 | 1 | 0 | 100101101 | 1100100 | 110101 |
Color Harmonies of #FF0FFC
Complementary color
Monochromatic Colors of #FF0FFC
Black with #FF0FFC
Text Example
Text Example
White with #FF0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FFC; }
p { color: rgb(255,15,252); }
H1.HeaderClassName
{
color: #FF0FFC;
}
.AnyTagClassName
{
color: #FF0FFC;
}
</style>
background-color css
<style>
a { background-color: #FF0FFC; }
a { background-color: rgb(255,15,252); }
div.DivClassName
{
background-color: #FF0FFC;
}
.BgClassName
{
background-color: #FF0FFC;
}
</style>
border-color css
<style>
span { border-color: #FF0FFC; }
span { border-color: rgb(255,15,252); }
td.TdClassName
{
border-color: #FF0FFC;
}
.TagClassName
{
border-color: #FF0FFC;
}
</style>