Shades of Magenta #F90FEC
Tints of Magenta #F90FEC
RGB
CMYK
RGB Variations
Color information
#F90FEC (or 0xF90FEC) is known color: Magenta. HEX triplet: F9, 0F and EC. RGB value is (249,15,236). Sum of RGB (Red+Green+Blue) = 249+15+236=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 15 (6.25% from 255 or 3% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90FEC is #06F013. Grayscale: #6D6D6D. Windows color (decimal): -454676 or 15470585. OLE color: 15470585.
HSL color Cylindrical-coordinate representation of color #F90FEC: hue angle of 303.33º 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 #F90FEC is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 236 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.02 |
| HSL | 303.33º | 0.95% | 0.52% | - |
| HSV(B) | 303.33º | 0.94% | 0.98% | - |
| XYZ | 54.38 | 26.54 | 81.61 | - |
| YUV | 110.16 | 199.02 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 236 | 0 | 0.94 | 0.05 | 0.02 | 303.33 | 0.95 | 0.52 |
| Hex | F9 | F | EC | 0 | 5E | 5 | 2 | 12F | 5F | 34 |
| Octal | 371 | 17 | 354 | 0 | 136 | 5 | 2 | 457 | 137 | 64 |
| Binary | 11111001 | 1111 | 11101100 | 0 | 1011110 | 101 | 10 | 100101111 | 1011111 | 110100 |
Color Harmonies of #F90FEC
Complementary color
Monochromatic Colors of #F90FEC
Black with #F90FEC
Text Example
Text Example
White with #F90FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90FEC; }
p { color: rgb(249,15,236); }
H1.HeaderClassName
{
color: #F90FEC;
}
.AnyTagClassName
{
color: #F90FEC;
}
</style>
background-color css
<style>
a { background-color: #F90FEC; }
a { background-color: rgb(249,15,236); }
div.DivClassName
{
background-color: #F90FEC;
}
.BgClassName
{
background-color: #F90FEC;
}
</style>
border-color css
<style>
span { border-color: #F90FEC; }
span { border-color: rgb(249,15,236); }
td.TdClassName
{
border-color: #F90FEC;
}
.TagClassName
{
border-color: #F90FEC;
}
</style>