Shades of Magenta #F90AEC
Tints of Magenta #F90AEC
RGB
CMYK
RGB Variations
Color information
#F90AEC (or 0xF90AEC) is known color: Magenta. HEX triplet: F9, 0A and EC. RGB value is (249,10,236). Sum of RGB (Red+Green+Blue) = 249+10+236=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 10 (4.30% from 255 or 2.02% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90AEC is #06F513. Grayscale: #6A6A6A. Windows color (decimal): -455956 or 15469305. OLE color: 15469305.
HSL color Cylindrical-coordinate representation of color #F90AEC: hue angle of 303.26º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90AEC is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 236 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.02 |
| HSL | 303.26º | 0.95% | 0.51% | - |
| HSV(B) | 303.26º | 0.96% | 0.98% | - |
| XYZ | 54.32 | 26.41 | 81.59 | - |
| YUV | 107.23 | 200.68 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 236 | 0 | 0.96 | 0.05 | 0.02 | 303.26 | 0.95 | 0.51 |
| Hex | F9 | A | EC | 0 | 60 | 5 | 2 | 12F | 5F | 33 |
| Octal | 371 | 12 | 354 | 0 | 140 | 5 | 2 | 457 | 137 | 63 |
| Binary | 11111001 | 1010 | 11101100 | 0 | 1100000 | 101 | 10 | 100101111 | 1011111 | 110011 |
Color Harmonies of #F90AEC
Complementary color
Monochromatic Colors of #F90AEC
Black with #F90AEC
Text Example
Text Example
White with #F90AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90AEC; }
p { color: rgb(249,10,236); }
H1.HeaderClassName
{
color: #F90AEC;
}
.AnyTagClassName
{
color: #F90AEC;
}
</style>
background-color css
<style>
a { background-color: #F90AEC; }
a { background-color: rgb(249,10,236); }
div.DivClassName
{
background-color: #F90AEC;
}
.BgClassName
{
background-color: #F90AEC;
}
</style>
border-color css
<style>
span { border-color: #F90AEC; }
span { border-color: rgb(249,10,236); }
td.TdClassName
{
border-color: #F90AEC;
}
.TagClassName
{
border-color: #F90AEC;
}
</style>