Shades of Magenta #F90EEC
Tints of Magenta #F90EEC
RGB
CMYK
RGB Variations
Color information
#F90EEC (or 0xF90EEC) is known color: Magenta. HEX triplet: F9, 0E and EC. RGB value is (249,14,236). Sum of RGB (Red+Green+Blue) = 249+14+236=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 14 (5.86% from 255 or 2.81% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F90EEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90EEC is #06F113. Grayscale: #6C6C6C. Windows color (decimal): -454932 or 15470329. OLE color: 15470329.
HSL color Cylindrical-coordinate representation of color #F90EEC: hue angle of 303.32º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90EEC is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 14 | 236 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.02 |
| HSL | 303.32º | 0.95% | 0.52% | - |
| HSV(B) | 303.32º | 0.94% | 0.98% | - |
| XYZ | 54.36 | 26.51 | 81.61 | - |
| YUV | 109.57 | 199.36 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 14 | 236 | 0 | 0.94 | 0.05 | 0.02 | 303.32 | 0.95 | 0.52 |
| Hex | F9 | E | EC | 0 | 5E | 5 | 2 | 12F | 5F | 34 |
| Octal | 371 | 16 | 354 | 0 | 136 | 5 | 2 | 457 | 137 | 64 |
| Binary | 11111001 | 1110 | 11101100 | 0 | 1011110 | 101 | 10 | 100101111 | 1011111 | 110100 |
Color Harmonies of #F90EEC
Complementary color
Monochromatic Colors of #F90EEC
Black with #F90EEC
Text Example
Text Example
White with #F90EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90EEC; }
p { color: rgb(249,14,236); }
H1.HeaderClassName
{
color: #F90EEC;
}
.AnyTagClassName
{
color: #F90EEC;
}
</style>
background-color css
<style>
a { background-color: #F90EEC; }
a { background-color: rgb(249,14,236); }
div.DivClassName
{
background-color: #F90EEC;
}
.BgClassName
{
background-color: #F90EEC;
}
</style>
border-color css
<style>
span { border-color: #F90EEC; }
span { border-color: rgb(249,14,236); }
td.TdClassName
{
border-color: #F90EEC;
}
.TagClassName
{
border-color: #F90EEC;
}
</style>