Shades of Hot Magenta #F90ADA
Tints of Hot Magenta #F90ADA
RGB
CMYK
RGB Variations
Color information
#F90ADA (or 0xF90ADA) is known color: Hot Magenta. HEX triplet: F9, 0A and DA. RGB value is (249,10,218). Sum of RGB (Red+Green+Blue) = 249+10+218=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F90ADA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90ADA is #06F525. Grayscale: #686868. Windows color (decimal): -455974 or 14289657. OLE color: 14289657.
HSL color Cylindrical-coordinate representation of color #F90ADA: hue angle of 307.78º 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 #F90ADA is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 218 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.02 |
| HSL | 307.78º | 0.95% | 0.51% | - |
| HSV(B) | 307.78º | 0.96% | 0.98% | - |
| XYZ | 51.83 | 25.42 | 68.5 | - |
| YUV | 105.17 | 191.68 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 218 | 0 | 0.96 | 0.12 | 0.02 | 307.78 | 0.95 | 0.51 |
| Hex | F9 | A | DA | 0 | 60 | C | 2 | 134 | 5F | 33 |
| Octal | 371 | 12 | 332 | 0 | 140 | 14 | 2 | 464 | 137 | 63 |
| Binary | 11111001 | 1010 | 11011010 | 0 | 1100000 | 1100 | 10 | 100110100 | 1011111 | 110011 |
Color Harmonies of #F90ADA
Complementary color
Monochromatic Colors of #F90ADA
Black with #F90ADA
Text Example
Text Example
White with #F90ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90ADA; }
p { color: rgb(249,10,218); }
H1.HeaderClassName
{
color: #F90ADA;
}
.AnyTagClassName
{
color: #F90ADA;
}
</style>
background-color css
<style>
a { background-color: #F90ADA; }
a { background-color: rgb(249,10,218); }
div.DivClassName
{
background-color: #F90ADA;
}
.BgClassName
{
background-color: #F90ADA;
}
</style>
border-color css
<style>
span { border-color: #F90ADA; }
span { border-color: rgb(249,10,218); }
td.TdClassName
{
border-color: #F90ADA;
}
.TagClassName
{
border-color: #F90ADA;
}
</style>