Shades of Magenta #F014F2
Tints of Magenta #F014F2
RGB
CMYK
RGB Variations
Color information
#F014F2 (or 0xF014F2) is known color: Magenta. HEX triplet: F0, 14 and F2. RGB value is (240,20,242). Sum of RGB (Red+Green+Blue) = 240+20+242=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 20 (8.20% from 255 or 3.98% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #F014F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F014F2 is #0FEB0D. Grayscale: #6E6E6E. Windows color (decimal): -1043214 or 15865072. OLE color: 15865072.
HSL color Cylindrical-coordinate representation of color #F014F2: hue angle of 299.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014F2 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 20 | 242 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.05 |
| HSL | 299.46º | 0.9% | 0.51% | - |
| HSV(B) | 299.46º | 0.92% | 0.95% | - |
| XYZ | 52.21 | 25.44 | 86.16 | - |
| YUV | 111.09 | 201.89 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 242 | 0.01 | 0.92 | 0 | 0.05 | 299.46 | 0.9 | 0.51 |
| Hex | F0 | 14 | F2 | 1 | 5C | 0 | 5 | 12B | 5A | 33 |
| Octal | 360 | 24 | 362 | 1 | 134 | 0 | 5 | 453 | 132 | 63 |
| Binary | 11110000 | 10100 | 11110010 | 1 | 1011100 | 0 | 101 | 100101011 | 1011010 | 110011 |
Color Harmonies of #F014F2
Complementary color
Monochromatic Colors of #F014F2
Black with #F014F2
Text Example
Text Example
White with #F014F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014F2; }
p { color: rgb(240,20,242); }
H1.HeaderClassName
{
color: #F014F2;
}
.AnyTagClassName
{
color: #F014F2;
}
</style>
background-color css
<style>
a { background-color: #F014F2; }
a { background-color: rgb(240,20,242); }
div.DivClassName
{
background-color: #F014F2;
}
.BgClassName
{
background-color: #F014F2;
}
</style>
border-color css
<style>
span { border-color: #F014F2; }
span { border-color: rgb(240,20,242); }
td.TdClassName
{
border-color: #F014F2;
}
.TagClassName
{
border-color: #F014F2;
}
</style>