Shades of Magenta #F010FF
Tints of Magenta #F010FF
RGB
CMYK
RGB Variations
Color information
#F010FF (or 0xF010FF) is known color: Magenta. HEX triplet: F0, 10 and FF. RGB value is (240,16,255). Sum of RGB (Red+Green+Blue) = 240+16+255=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 16 (6.64% from 255 or 3.13% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #F010FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F010FF is #0FEF00. Grayscale: #6D6D6D. Windows color (decimal): -1044225 or 16716016. OLE color: 16716016.
HSL color Cylindrical-coordinate representation of color #F010FF: hue angle of 296.23º 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 #F010FF is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 16 | 255 | - |
| CMYK | 0.06 | 0.94 | 0 | 0 |
| HSL | 296.23º | 1% | 0.53% | - |
| HSV(B) | 296.23º | 0.94% | 1% | - |
| XYZ | 54.17 | 26.12 | 96.79 | - |
| YUV | 110.22 | 209.71 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 255 | 0.06 | 0.94 | 0 | 0 | 296.23 | 1 | 0.53 |
| Hex | F0 | 10 | FF | 6 | 5E | 0 | 0 | 128 | 64 | 35 |
| Octal | 360 | 20 | 377 | 6 | 136 | 0 | 0 | 450 | 144 | 65 |
| Binary | 11110000 | 10000 | 11111111 | 110 | 1011110 | 0 | 0 | 100101000 | 1100100 | 110101 |
Color Harmonies of #F010FF
Complementary color
Monochromatic Colors of #F010FF
Black with #F010FF
Text Example
Text Example
White with #F010FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010FF; }
p { color: rgb(240,16,255); }
H1.HeaderClassName
{
color: #F010FF;
}
.AnyTagClassName
{
color: #F010FF;
}
</style>
background-color css
<style>
a { background-color: #F010FF; }
a { background-color: rgb(240,16,255); }
div.DivClassName
{
background-color: #F010FF;
}
.BgClassName
{
background-color: #F010FF;
}
</style>
border-color css
<style>
span { border-color: #F010FF; }
span { border-color: rgb(240,16,255); }
td.TdClassName
{
border-color: #F010FF;
}
.TagClassName
{
border-color: #F010FF;
}
</style>