Shades of Hot Magenta #F91ADC
Tints of Hot Magenta #F91ADC
RGB
CMYK
RGB Variations
Color information
#F91ADC (or 0xF91ADC) is known color: Hot Magenta. HEX triplet: F9, 1A and DC. RGB value is (249,26,220). Sum of RGB (Red+Green+Blue) = 249+26+220=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 26 (10.55% from 255 or 5.25% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F91ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91ADC is #06E523. Grayscale: #727272. Windows color (decimal): -451876 or 14424825. OLE color: 14424825.
HSL color Cylindrical-coordinate representation of color #F91ADC: hue angle of 307.8º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91ADC is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 220 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.02 |
| HSL | 307.8º | 0.95% | 0.54% | - |
| HSV(B) | 307.8º | 0.9% | 0.98% | - |
| XYZ | 52.35 | 26.05 | 69.98 | - |
| YUV | 114.79 | 187.38 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 220 | 0 | 0.90 | 0.12 | 0.02 | 307.8 | 0.95 | 0.54 |
| Hex | F9 | 1A | DC | 0 | 5A | C | 2 | 134 | 5F | 36 |
| Octal | 371 | 32 | 334 | 0 | 132 | 14 | 2 | 464 | 137 | 66 |
| Binary | 11111001 | 11010 | 11011100 | 0 | 1011010 | 1100 | 10 | 100110100 | 1011111 | 110110 |
Color Harmonies of #F91ADC
Complementary color
Monochromatic Colors of #F91ADC
Black with #F91ADC
Text Example
Text Example
White with #F91ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91ADC; }
p { color: rgb(249,26,220); }
H1.HeaderClassName
{
color: #F91ADC;
}
.AnyTagClassName
{
color: #F91ADC;
}
</style>
background-color css
<style>
a { background-color: #F91ADC; }
a { background-color: rgb(249,26,220); }
div.DivClassName
{
background-color: #F91ADC;
}
.BgClassName
{
background-color: #F91ADC;
}
</style>
border-color css
<style>
span { border-color: #F91ADC; }
span { border-color: rgb(249,26,220); }
td.TdClassName
{
border-color: #F91ADC;
}
.TagClassName
{
border-color: #F91ADC;
}
</style>