Shades of Magenta #F010F0
Tints of Magenta #F010F0
RGB
CMYK
RGB Variations
Color information
#F010F0 (or 0xF010F0) is known color: Magenta. HEX triplet: F0, 10 and F0. RGB value is (240,16,240). Sum of RGB (Red+Green+Blue) = 240+16+240=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 16 (6.64% from 255 or 3.23% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F010F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F010F0 is #0FEF0F. Grayscale: #6B6B6B. Windows color (decimal): -1044240 or 15732976. OLE color: 15732976.
HSL color Cylindrical-coordinate representation of color #F010F0: hue angle of 300º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F010F0 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 240 | - |
| CMYK | 0 | 0.93 | 0 | 0.06 |
| HSL | 300º | 0.88% | 0.5% | - |
| HSV(B) | 300º | 0.93% | 0.94% | - |
| XYZ | 51.85 | 25.19 | 84.57 | - |
| YUV | 108.51 | 202.21 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 240 | 0 | 0.93 | 0 | 0.06 | 300 | 0.88 | 0.5 |
| Hex | F0 | 10 | F0 | 0 | 5D | 0 | 6 | 12C | 58 | 32 |
| Octal | 360 | 20 | 360 | 0 | 135 | 0 | 6 | 454 | 130 | 62 |
| Binary | 11110000 | 10000 | 11110000 | 0 | 1011101 | 0 | 110 | 100101100 | 1011000 | 110010 |
Color Harmonies of #F010F0
Complementary color
Monochromatic Colors of #F010F0
Black with #F010F0
Text Example
Text Example
White with #F010F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010F0; }
p { color: rgb(240,16,240); }
H1.HeaderClassName
{
color: #F010F0;
}
.AnyTagClassName
{
color: #F010F0;
}
</style>
background-color css
<style>
a { background-color: #F010F0; }
a { background-color: rgb(240,16,240); }
div.DivClassName
{
background-color: #F010F0;
}
.BgClassName
{
background-color: #F010F0;
}
</style>
border-color css
<style>
span { border-color: #F010F0; }
span { border-color: rgb(240,16,240); }
td.TdClassName
{
border-color: #F010F0;
}
.TagClassName
{
border-color: #F010F0;
}
</style>