Shades of Magenta #F014E5
Tints of Magenta #F014E5
RGB
CMYK
RGB Variations
Color information
#F014E5 (or 0xF014E5) is known color: Magenta. HEX triplet: F0, 14 and E5. RGB value is (240,20,229). Sum of RGB (Red+Green+Blue) = 240+20+229=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 20 (8.20% from 255 or 4.09% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F014E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014E5 is #0FEB1A. Grayscale: #6C6C6C. Windows color (decimal): -1043227 or 15013104. OLE color: 15013104.
HSL color Cylindrical-coordinate representation of color #F014E5: hue angle of 303º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014E5 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 229 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.06 |
| HSL | 303º | 0.88% | 0.51% | - |
| HSV(B) | 303º | 0.92% | 0.94% | - |
| XYZ | 50.33 | 24.68 | 76.24 | - |
| YUV | 109.61 | 195.39 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 229 | 0 | 0.92 | 0.05 | 0.06 | 303 | 0.88 | 0.51 |
| Hex | F0 | 14 | E5 | 0 | 5C | 5 | 6 | 12F | 58 | 33 |
| Octal | 360 | 24 | 345 | 0 | 134 | 5 | 6 | 457 | 130 | 63 |
| Binary | 11110000 | 10100 | 11100101 | 0 | 1011100 | 101 | 110 | 100101111 | 1011000 | 110011 |
Color Harmonies of #F014E5
Complementary color
Monochromatic Colors of #F014E5
Black with #F014E5
Text Example
Text Example
White with #F014E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014E5; }
p { color: rgb(240,20,229); }
H1.HeaderClassName
{
color: #F014E5;
}
.AnyTagClassName
{
color: #F014E5;
}
</style>
background-color css
<style>
a { background-color: #F014E5; }
a { background-color: rgb(240,20,229); }
div.DivClassName
{
background-color: #F014E5;
}
.BgClassName
{
background-color: #F014E5;
}
</style>
border-color css
<style>
span { border-color: #F014E5; }
span { border-color: rgb(240,20,229); }
td.TdClassName
{
border-color: #F014E5;
}
.TagClassName
{
border-color: #F014E5;
}
</style>