Shades of Magenta #F90EEE
Tints of Magenta #F90EEE
RGB
CMYK
RGB Variations
Color information
#F90EEE (or 0xF90EEE) is known color: Magenta. HEX triplet: F9, 0E and EE. RGB value is (249,14,238). Sum of RGB (Red+Green+Blue) = 249+14+238=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 14 (5.86% from 255 or 2.79% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F90EEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90EEE is #06F111. Grayscale: #6D6D6D. Windows color (decimal): -454930 or 15601401. OLE color: 15601401.
HSL color Cylindrical-coordinate representation of color #F90EEE: hue angle of 302.81º 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 #F90EEE is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 14 | 238 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.02 |
| HSL | 302.81º | 0.95% | 0.52% | - |
| HSV(B) | 302.81º | 0.94% | 0.98% | - |
| XYZ | 54.66 | 26.63 | 83.15 | - |
| YUV | 109.8 | 200.36 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 14 | 238 | 0 | 0.94 | 0.04 | 0.02 | 302.81 | 0.95 | 0.52 |
| Hex | F9 | E | EE | 0 | 5E | 4 | 2 | 12F | 5F | 34 |
| Octal | 371 | 16 | 356 | 0 | 136 | 4 | 2 | 457 | 137 | 64 |
| Binary | 11111001 | 1110 | 11101110 | 0 | 1011110 | 100 | 10 | 100101111 | 1011111 | 110100 |
Color Harmonies of #F90EEE
Complementary color
Monochromatic Colors of #F90EEE
Black with #F90EEE
Text Example
Text Example
White with #F90EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90EEE; }
p { color: rgb(249,14,238); }
H1.HeaderClassName
{
color: #F90EEE;
}
.AnyTagClassName
{
color: #F90EEE;
}
</style>
background-color css
<style>
a { background-color: #F90EEE; }
a { background-color: rgb(249,14,238); }
div.DivClassName
{
background-color: #F90EEE;
}
.BgClassName
{
background-color: #F90EEE;
}
</style>
border-color css
<style>
span { border-color: #F90EEE; }
span { border-color: rgb(249,14,238); }
td.TdClassName
{
border-color: #F90EEE;
}
.TagClassName
{
border-color: #F90EEE;
}
</style>