Shades of Hot Magenta #F90AD5
Tints of Hot Magenta #F90AD5
RGB
CMYK
RGB Variations
Color information
#F90AD5 (or 0xF90AD5) is known color: Hot Magenta. HEX triplet: F9, 0A and D5. RGB value is (249,10,213). Sum of RGB (Red+Green+Blue) = 249+10+213=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 10 (4.30% from 255 or 2.12% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90AD5 is #06F52A. Grayscale: #686868. Windows color (decimal): -455979 or 13961977. OLE color: 13961977.
HSL color Cylindrical-coordinate representation of color #F90AD5: hue angle of 309.04º 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 #F90AD5 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 213 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.02 |
| HSL | 309.04º | 0.95% | 0.51% | - |
| HSV(B) | 309.04º | 0.96% | 0.98% | - |
| XYZ | 51.19 | 25.16 | 65.11 | - |
| YUV | 104.6 | 189.18 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 213 | 0 | 0.96 | 0.14 | 0.02 | 309.04 | 0.95 | 0.51 |
| Hex | F9 | A | D5 | 0 | 60 | E | 2 | 135 | 5F | 33 |
| Octal | 371 | 12 | 325 | 0 | 140 | 16 | 2 | 465 | 137 | 63 |
| Binary | 11111001 | 1010 | 11010101 | 0 | 1100000 | 1110 | 10 | 100110101 | 1011111 | 110011 |
Color Harmonies of #F90AD5
Complementary color
Monochromatic Colors of #F90AD5
Black with #F90AD5
Text Example
Text Example
White with #F90AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90AD5; }
p { color: rgb(249,10,213); }
H1.HeaderClassName
{
color: #F90AD5;
}
.AnyTagClassName
{
color: #F90AD5;
}
</style>
background-color css
<style>
a { background-color: #F90AD5; }
a { background-color: rgb(249,10,213); }
div.DivClassName
{
background-color: #F90AD5;
}
.BgClassName
{
background-color: #F90AD5;
}
</style>
border-color css
<style>
span { border-color: #F90AD5; }
span { border-color: rgb(249,10,213); }
td.TdClassName
{
border-color: #F90AD5;
}
.TagClassName
{
border-color: #F90AD5;
}
</style>