Shades of Hot Magenta #F90ADC
Tints of Hot Magenta #F90ADC
RGB
CMYK
RGB Variations
Color information
#F90ADC (or 0xF90ADC) is known color: Hot Magenta. HEX triplet: F9, 0A and DC. RGB value is (249,10,220). Sum of RGB (Red+Green+Blue) = 249+10+220=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 10 (4.30% from 255 or 2.09% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F90ADC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90ADC is #06F523. Grayscale: #686868. Windows color (decimal): -455972 or 14420729. OLE color: 14420729.
HSL color Cylindrical-coordinate representation of color #F90ADC: hue angle of 307.28º 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 #F90ADC is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 220 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.02 |
| HSL | 307.28º | 0.95% | 0.51% | - |
| HSV(B) | 307.28º | 0.96% | 0.98% | - |
| XYZ | 52.09 | 25.52 | 69.89 | - |
| YUV | 105.4 | 192.68 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 220 | 0 | 0.96 | 0.12 | 0.02 | 307.28 | 0.95 | 0.51 |
| Hex | F9 | A | DC | 0 | 60 | C | 2 | 133 | 5F | 33 |
| Octal | 371 | 12 | 334 | 0 | 140 | 14 | 2 | 463 | 137 | 63 |
| Binary | 11111001 | 1010 | 11011100 | 0 | 1100000 | 1100 | 10 | 100110011 | 1011111 | 110011 |
Color Harmonies of #F90ADC
Complementary color
Monochromatic Colors of #F90ADC
Black with #F90ADC
Text Example
Text Example
White with #F90ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90ADC; }
p { color: rgb(249,10,220); }
H1.HeaderClassName
{
color: #F90ADC;
}
.AnyTagClassName
{
color: #F90ADC;
}
</style>
background-color css
<style>
a { background-color: #F90ADC; }
a { background-color: rgb(249,10,220); }
div.DivClassName
{
background-color: #F90ADC;
}
.BgClassName
{
background-color: #F90ADC;
}
</style>
border-color css
<style>
span { border-color: #F90ADC; }
span { border-color: rgb(249,10,220); }
td.TdClassName
{
border-color: #F90ADC;
}
.TagClassName
{
border-color: #F90ADC;
}
</style>