Shades of Magenta #F010F6
Tints of Magenta #F010F6
RGB
CMYK
RGB Variations
Color information
#F010F6 (or 0xF010F6) is known color: Magenta. HEX triplet: F0, 10 and F6. RGB value is (240,16,246). Sum of RGB (Red+Green+Blue) = 240+16+246=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 16 (6.64% from 255 or 3.19% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #F010F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F010F6 is #0FEF09. Grayscale: #6C6C6C. Windows color (decimal): -1044234 or 16126192. OLE color: 16126192.
HSL color Cylindrical-coordinate representation of color #F010F6: hue angle of 298.43º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F010F6 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 16 | 246 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.04 |
| HSL | 298.43º | 0.93% | 0.51% | - |
| HSV(B) | 298.43º | 0.93% | 0.96% | - |
| XYZ | 52.76 | 25.55 | 89.34 | - |
| YUV | 109.2 | 205.21 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 246 | 0.02 | 0.93 | 0 | 0.04 | 298.43 | 0.93 | 0.51 |
| Hex | F0 | 10 | F6 | 2 | 5D | 0 | 4 | 12A | 5D | 33 |
| Octal | 360 | 20 | 366 | 2 | 135 | 0 | 4 | 452 | 135 | 63 |
| Binary | 11110000 | 10000 | 11110110 | 10 | 1011101 | 0 | 100 | 100101010 | 1011101 | 110011 |
Color Harmonies of #F010F6
Complementary color
Monochromatic Colors of #F010F6
Black with #F010F6
Text Example
Text Example
White with #F010F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010F6; }
p { color: rgb(240,16,246); }
H1.HeaderClassName
{
color: #F010F6;
}
.AnyTagClassName
{
color: #F010F6;
}
</style>
background-color css
<style>
a { background-color: #F010F6; }
a { background-color: rgb(240,16,246); }
div.DivClassName
{
background-color: #F010F6;
}
.BgClassName
{
background-color: #F010F6;
}
</style>
border-color css
<style>
span { border-color: #F010F6; }
span { border-color: rgb(240,16,246); }
td.TdClassName
{
border-color: #F010F6;
}
.TagClassName
{
border-color: #F010F6;
}
</style>