Shades of Magenta #F90FEB
Tints of Magenta #F90FEB
RGB
CMYK
RGB Variations
Color information
#F90FEB (or 0xF90FEB) is known color: Magenta. HEX triplet: F9, 0F and EB. RGB value is (249,15,235). Sum of RGB (Red+Green+Blue) = 249+15+235=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 15 (6.25% from 255 or 3.01% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90FEB is #06F014. Grayscale: #6D6D6D. Windows color (decimal): -454677 or 15405049. OLE color: 15405049.
HSL color Cylindrical-coordinate representation of color #F90FEB: hue angle of 303.59º 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 #F90FEB is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 235 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.02 |
| HSL | 303.59º | 0.95% | 0.52% | - |
| HSV(B) | 303.59º | 0.94% | 0.98% | - |
| XYZ | 54.23 | 26.48 | 80.85 | - |
| YUV | 110.05 | 198.52 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 235 | 0 | 0.94 | 0.06 | 0.02 | 303.59 | 0.95 | 0.52 |
| Hex | F9 | F | EB | 0 | 5E | 6 | 2 | 130 | 5F | 34 |
| Octal | 371 | 17 | 353 | 0 | 136 | 6 | 2 | 460 | 137 | 64 |
| Binary | 11111001 | 1111 | 11101011 | 0 | 1011110 | 110 | 10 | 100110000 | 1011111 | 110100 |
Color Harmonies of #F90FEB
Complementary color
Monochromatic Colors of #F90FEB
Black with #F90FEB
Text Example
Text Example
White with #F90FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90FEB; }
p { color: rgb(249,15,235); }
H1.HeaderClassName
{
color: #F90FEB;
}
.AnyTagClassName
{
color: #F90FEB;
}
</style>
background-color css
<style>
a { background-color: #F90FEB; }
a { background-color: rgb(249,15,235); }
div.DivClassName
{
background-color: #F90FEB;
}
.BgClassName
{
background-color: #F90FEB;
}
</style>
border-color css
<style>
span { border-color: #F90FEB; }
span { border-color: rgb(249,15,235); }
td.TdClassName
{
border-color: #F90FEB;
}
.TagClassName
{
border-color: #F90FEB;
}
</style>