Shades of Magenta #F814EC
Tints of Magenta #F814EC
RGB
CMYK
RGB Variations
Color information
#F814EC (or 0xF814EC) is known color: Magenta. HEX triplet: F8, 14 and EC. RGB value is (248,20,236). Sum of RGB (Red+Green+Blue) = 248+20+236=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 20 (8.20% from 255 or 3.97% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F814EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F814EC is #07EB13. Grayscale: #707070. Windows color (decimal): -518932 or 15471864. OLE color: 15471864.
HSL color Cylindrical-coordinate representation of color #F814EC: hue angle of 303.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F814EC is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 236 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.03 |
| HSL | 303.16º | 0.94% | 0.53% | - |
| HSV(B) | 303.16º | 0.92% | 0.97% | - |
| XYZ | 54.1 | 26.51 | 81.62 | - |
| YUV | 112.8 | 197.54 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 236 | 0 | 0.92 | 0.05 | 0.03 | 303.16 | 0.94 | 0.53 |
| Hex | F8 | 14 | EC | 0 | 5C | 5 | 3 | 12F | 5E | 35 |
| Octal | 370 | 24 | 354 | 0 | 134 | 5 | 3 | 457 | 136 | 65 |
| Binary | 11111000 | 10100 | 11101100 | 0 | 1011100 | 101 | 11 | 100101111 | 1011110 | 110101 |
Color Harmonies of #F814EC
Complementary color
Monochromatic Colors of #F814EC
Black with #F814EC
Text Example
Text Example
White with #F814EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F814EC; }
p { color: rgb(248,20,236); }
H1.HeaderClassName
{
color: #F814EC;
}
.AnyTagClassName
{
color: #F814EC;
}
</style>
background-color css
<style>
a { background-color: #F814EC; }
a { background-color: rgb(248,20,236); }
div.DivClassName
{
background-color: #F814EC;
}
.BgClassName
{
background-color: #F814EC;
}
</style>
border-color css
<style>
span { border-color: #F814EC; }
span { border-color: rgb(248,20,236); }
td.TdClassName
{
border-color: #F814EC;
}
.TagClassName
{
border-color: #F814EC;
}
</style>