Shades of Magenta #F010FA
Tints of Magenta #F010FA
RGB
CMYK
RGB Variations
Color information
#F010FA (or 0xF010FA) is known color: Magenta. HEX triplet: F0, 10 and FA. RGB value is (240,16,250). Sum of RGB (Red+Green+Blue) = 240+16+250=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 16 (6.64% from 255 or 3.16% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #F010FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F010FA is #0FEF05. Grayscale: #6C6C6C. Windows color (decimal): -1044230 or 16388336. OLE color: 16388336.
HSL color Cylindrical-coordinate representation of color #F010FA: hue angle of 297.44º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F010FA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 16 | 250 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.02 |
| HSL | 297.44º | 0.96% | 0.52% | - |
| HSV(B) | 297.44º | 0.94% | 0.98% | - |
| XYZ | 53.38 | 25.8 | 92.61 | - |
| YUV | 109.65 | 207.21 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 250 | 0.04 | 0.94 | 0 | 0.02 | 297.44 | 0.96 | 0.52 |
| Hex | F0 | 10 | FA | 4 | 5E | 0 | 2 | 129 | 60 | 34 |
| Octal | 360 | 20 | 372 | 4 | 136 | 0 | 2 | 451 | 140 | 64 |
| Binary | 11110000 | 10000 | 11111010 | 100 | 1011110 | 0 | 10 | 100101001 | 1100000 | 110100 |
Color Harmonies of #F010FA
Complementary color
Monochromatic Colors of #F010FA
Black with #F010FA
Text Example
Text Example
White with #F010FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010FA; }
p { color: rgb(240,16,250); }
H1.HeaderClassName
{
color: #F010FA;
}
.AnyTagClassName
{
color: #F010FA;
}
</style>
background-color css
<style>
a { background-color: #F010FA; }
a { background-color: rgb(240,16,250); }
div.DivClassName
{
background-color: #F010FA;
}
.BgClassName
{
background-color: #F010FA;
}
</style>
border-color css
<style>
span { border-color: #F010FA; }
span { border-color: rgb(240,16,250); }
td.TdClassName
{
border-color: #F010FA;
}
.TagClassName
{
border-color: #F010FA;
}
</style>