Shades of Magenta #FF1DF9
Tints of Magenta #FF1DF9
RGB
CMYK
RGB Variations
Color information
#FF1DF9 (or 0xFF1DF9) is known color: Magenta. HEX triplet: FF, 1D and F9. RGB value is (255,29,249). Sum of RGB (Red+Green+Blue) = 255+29+249=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 29 (11.72% from 255 or 5.44% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1DF9 is #00E206. Grayscale: #797979. Windows color (decimal): -57863 or 16326143. OLE color: 16326143.
HSL color Cylindrical-coordinate representation of color #FF1DF9: hue angle of 301.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1DF9 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 249 | - |
| CMYK | 0 | 0.89 | 0.02 | 0 |
| HSL | 301.59º | 1% | 0.56% | - |
| HSV(B) | 301.59º | 0.89% | 1% | - |
| XYZ | 58.78 | 28.98 | 92.12 | - |
| YUV | 121.65 | 199.87 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 249 | 0 | 0.89 | 0.02 | 0 | 301.59 | 1 | 0.56 |
| Hex | FF | 1D | F9 | 0 | 59 | 2 | 0 | 12E | 64 | 38 |
| Octal | 377 | 35 | 371 | 0 | 131 | 2 | 0 | 456 | 144 | 70 |
| Binary | 11111111 | 11101 | 11111001 | 0 | 1011001 | 10 | 0 | 100101110 | 1100100 | 111000 |
Color Harmonies of #FF1DF9
Complementary color
Monochromatic Colors of #FF1DF9
Black with #FF1DF9
Text Example
Text Example
White with #FF1DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1DF9; }
p { color: rgb(255,29,249); }
H1.HeaderClassName
{
color: #FF1DF9;
}
.AnyTagClassName
{
color: #FF1DF9;
}
</style>
background-color css
<style>
a { background-color: #FF1DF9; }
a { background-color: rgb(255,29,249); }
div.DivClassName
{
background-color: #FF1DF9;
}
.BgClassName
{
background-color: #FF1DF9;
}
</style>
border-color css
<style>
span { border-color: #FF1DF9; }
span { border-color: rgb(255,29,249); }
td.TdClassName
{
border-color: #FF1DF9;
}
.TagClassName
{
border-color: #FF1DF9;
}
</style>