Shades of Hot Magenta #FF1ADC
Tints of Hot Magenta #FF1ADC
RGB
CMYK
RGB Variations
Color information
#FF1ADC (or 0xFF1ADC) is known color: Hot Magenta. HEX triplet: FF, 1A and DC. RGB value is (255,26,220). Sum of RGB (Red+Green+Blue) = 255+26+220=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 26 (10.55% from 255 or 5.19% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1ADC is #00E523. Grayscale: #747474. Windows color (decimal): -58660 or 14424831. OLE color: 14424831.
HSL color Cylindrical-coordinate representation of color #FF1ADC: hue angle of 309.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1ADC is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 220 | - |
| CMYK | 0 | 0.90 | 0.14 | 0 |
| HSL | 309.17º | 1% | 0.55% | - |
| HSV(B) | 309.17º | 0.9% | 1% | - |
| XYZ | 54.53 | 27.17 | 70.08 | - |
| YUV | 116.59 | 186.37 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 220 | 0 | 0.90 | 0.14 | 0 | 309.17 | 1 | 0.55 |
| Hex | FF | 1A | DC | 0 | 5A | E | 0 | 135 | 64 | 37 |
| Octal | 377 | 32 | 334 | 0 | 132 | 16 | 0 | 465 | 144 | 67 |
| Binary | 11111111 | 11010 | 11011100 | 0 | 1011010 | 1110 | 0 | 100110101 | 1100100 | 110111 |
Color Harmonies of #FF1ADC
Complementary color
Monochromatic Colors of #FF1ADC
Black with #FF1ADC
Text Example
Text Example
White with #FF1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1ADC; }
p { color: rgb(255,26,220); }
H1.HeaderClassName
{
color: #FF1ADC;
}
.AnyTagClassName
{
color: #FF1ADC;
}
</style>
background-color css
<style>
a { background-color: #FF1ADC; }
a { background-color: rgb(255,26,220); }
div.DivClassName
{
background-color: #FF1ADC;
}
.BgClassName
{
background-color: #FF1ADC;
}
</style>
border-color css
<style>
span { border-color: #FF1ADC; }
span { border-color: rgb(255,26,220); }
td.TdClassName
{
border-color: #FF1ADC;
}
.TagClassName
{
border-color: #FF1ADC;
}
</style>