Shades of Magenta #F014F6
Tints of Magenta #F014F6
RGB
CMYK
RGB Variations
Color information
#F014F6 (or 0xF014F6) is known color: Magenta. HEX triplet: F0, 14 and F6. RGB value is (240,20,246). Sum of RGB (Red+Green+Blue) = 240+20+246=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 20 (8.20% from 255 or 3.95% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #F014F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F014F6 is #0FEB09. Grayscale: #6E6E6E. Windows color (decimal): -1043210 or 16127216. OLE color: 16127216.
HSL color Cylindrical-coordinate representation of color #F014F6: hue angle of 298.41º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014F6 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 20 | 246 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.04 |
| HSL | 298.41º | 0.93% | 0.52% | - |
| HSV(B) | 298.41º | 0.92% | 0.96% | - |
| XYZ | 52.82 | 25.68 | 89.36 | - |
| YUV | 111.54 | 203.89 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 246 | 0.02 | 0.92 | 0 | 0.04 | 298.41 | 0.93 | 0.52 |
| Hex | F0 | 14 | F6 | 2 | 5C | 0 | 4 | 12A | 5D | 34 |
| Octal | 360 | 24 | 366 | 2 | 134 | 0 | 4 | 452 | 135 | 64 |
| Binary | 11110000 | 10100 | 11110110 | 10 | 1011100 | 0 | 100 | 100101010 | 1011101 | 110100 |
Color Harmonies of #F014F6
Complementary color
Monochromatic Colors of #F014F6
Black with #F014F6
Text Example
Text Example
White with #F014F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014F6; }
p { color: rgb(240,20,246); }
H1.HeaderClassName
{
color: #F014F6;
}
.AnyTagClassName
{
color: #F014F6;
}
</style>
background-color css
<style>
a { background-color: #F014F6; }
a { background-color: rgb(240,20,246); }
div.DivClassName
{
background-color: #F014F6;
}
.BgClassName
{
background-color: #F014F6;
}
</style>
border-color css
<style>
span { border-color: #F014F6; }
span { border-color: rgb(240,20,246); }
td.TdClassName
{
border-color: #F014F6;
}
.TagClassName
{
border-color: #F014F6;
}
</style>