Shades of Hot Magenta #FF1ADE
Tints of Hot Magenta #FF1ADE
RGB
CMYK
RGB Variations
Color information
#FF1ADE (or 0xFF1ADE) is known color: Hot Magenta. HEX triplet: FF, 1A and DE. RGB value is (255,26,222). Sum of RGB (Red+Green+Blue) = 255+26+222=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 26 (10.55% from 255 or 5.17% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1ADE is #00E521. Grayscale: #747474. Windows color (decimal): -58658 or 14555903. OLE color: 14555903.
HSL color Cylindrical-coordinate representation of color #FF1ADE: hue angle of 308.65º 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 #FF1ADE is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 222 | - |
| CMYK | 0 | 0.90 | 0.13 | 0 |
| HSL | 308.65º | 1% | 0.55% | - |
| HSV(B) | 308.65º | 0.9% | 1% | - |
| XYZ | 54.79 | 27.27 | 71.48 | - |
| YUV | 116.82 | 187.37 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 222 | 0 | 0.90 | 0.13 | 0 | 308.65 | 1 | 0.55 |
| Hex | FF | 1A | DE | 0 | 5A | D | 0 | 135 | 64 | 37 |
| Octal | 377 | 32 | 336 | 0 | 132 | 15 | 0 | 465 | 144 | 67 |
| Binary | 11111111 | 11010 | 11011110 | 0 | 1011010 | 1101 | 0 | 100110101 | 1100100 | 110111 |
Color Harmonies of #FF1ADE
Complementary color
Monochromatic Colors of #FF1ADE
Black with #FF1ADE
Text Example
Text Example
White with #FF1ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1ADE; }
p { color: rgb(255,26,222); }
H1.HeaderClassName
{
color: #FF1ADE;
}
.AnyTagClassName
{
color: #FF1ADE;
}
</style>
background-color css
<style>
a { background-color: #FF1ADE; }
a { background-color: rgb(255,26,222); }
div.DivClassName
{
background-color: #FF1ADE;
}
.BgClassName
{
background-color: #FF1ADE;
}
</style>
border-color css
<style>
span { border-color: #FF1ADE; }
span { border-color: rgb(255,26,222); }
td.TdClassName
{
border-color: #FF1ADE;
}
.TagClassName
{
border-color: #FF1ADE;
}
</style>