Shades of Magenta #F014FA
Tints of Magenta #F014FA
RGB
CMYK
RGB Variations
Color information
#F014FA (or 0xF014FA) is known color: Magenta. HEX triplet: F0, 14 and FA. RGB value is (240,20,250). Sum of RGB (Red+Green+Blue) = 240+20+250=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 20 (8.20% from 255 or 3.92% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #F014FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F014FA is #0FEB05. Grayscale: #6F6F6F. Windows color (decimal): -1043206 or 16389360. OLE color: 16389360.
HSL color Cylindrical-coordinate representation of color #F014FA: hue angle of 297.39º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014FA is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 20 | 250 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.02 |
| HSL | 297.39º | 0.96% | 0.53% | - |
| HSV(B) | 297.39º | 0.92% | 0.98% | - |
| XYZ | 53.44 | 25.93 | 92.63 | - |
| YUV | 112 | 205.89 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 250 | 0.04 | 0.92 | 0 | 0.02 | 297.39 | 0.96 | 0.53 |
| Hex | F0 | 14 | FA | 4 | 5C | 0 | 2 | 129 | 60 | 35 |
| Octal | 360 | 24 | 372 | 4 | 134 | 0 | 2 | 451 | 140 | 65 |
| Binary | 11110000 | 10100 | 11111010 | 100 | 1011100 | 0 | 10 | 100101001 | 1100000 | 110101 |
Color Harmonies of #F014FA
Complementary color
Monochromatic Colors of #F014FA
Black with #F014FA
Text Example
Text Example
White with #F014FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014FA; }
p { color: rgb(240,20,250); }
H1.HeaderClassName
{
color: #F014FA;
}
.AnyTagClassName
{
color: #F014FA;
}
</style>
background-color css
<style>
a { background-color: #F014FA; }
a { background-color: rgb(240,20,250); }
div.DivClassName
{
background-color: #F014FA;
}
.BgClassName
{
background-color: #F014FA;
}
</style>
border-color css
<style>
span { border-color: #F014FA; }
span { border-color: rgb(240,20,250); }
td.TdClassName
{
border-color: #F014FA;
}
.TagClassName
{
border-color: #F014FA;
}
</style>