Shades of Magenta #F90EFF
Tints of Magenta #F90EFF
RGB
CMYK
RGB Variations
Color information
#F90EFF (or 0xF90EFF) is known color: Magenta. HEX triplet: F9, 0E and FF. RGB value is (249,14,255). Sum of RGB (Red+Green+Blue) = 249+14+255=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 14 (5.86% from 255 or 2.70% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #F90EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90EFF is #06F100. Grayscale: #6F6F6F. Windows color (decimal): -454913 or 16715513. OLE color: 16715513.
HSL color Cylindrical-coordinate representation of color #F90EFF: hue angle of 298.51º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90EFF is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 14 | 255 | - |
| CMYK | 0.02 | 0.95 | 0 | 0 |
| HSL | 298.51º | 1% | 0.53% | - |
| HSV(B) | 298.51º | 0.95% | 1% | - |
| XYZ | 57.27 | 27.67 | 96.93 | - |
| YUV | 111.74 | 208.86 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 14 | 255 | 0.02 | 0.95 | 0 | 0 | 298.51 | 1 | 0.53 |
| Hex | F9 | E | FF | 2 | 5F | 0 | 0 | 12B | 64 | 35 |
| Octal | 371 | 16 | 377 | 2 | 137 | 0 | 0 | 453 | 144 | 65 |
| Binary | 11111001 | 1110 | 11111111 | 10 | 1011111 | 0 | 0 | 100101011 | 1100100 | 110101 |
Color Harmonies of #F90EFF
Complementary color
Monochromatic Colors of #F90EFF
Black with #F90EFF
Text Example
Text Example
White with #F90EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90EFF; }
p { color: rgb(249,14,255); }
H1.HeaderClassName
{
color: #F90EFF;
}
.AnyTagClassName
{
color: #F90EFF;
}
</style>
background-color css
<style>
a { background-color: #F90EFF; }
a { background-color: rgb(249,14,255); }
div.DivClassName
{
background-color: #F90EFF;
}
.BgClassName
{
background-color: #F90EFF;
}
</style>
border-color css
<style>
span { border-color: #F90EFF; }
span { border-color: rgb(249,14,255); }
td.TdClassName
{
border-color: #F90EFF;
}
.TagClassName
{
border-color: #F90EFF;
}
</style>