Shades of Magenta #FF1DF1
Tints of Magenta #FF1DF1
RGB
CMYK
RGB Variations
Color information
#FF1DF1 (or 0xFF1DF1) is known color: Magenta. HEX triplet: FF, 1D and F1. RGB value is (255,29,241). Sum of RGB (Red+Green+Blue) = 255+29+241=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 29 (11.72% from 255 or 5.52% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1DF1 is #00E20E. Grayscale: #787878. Windows color (decimal): -57871 or 15801855. OLE color: 15801855.
HSL color Cylindrical-coordinate representation of color #FF1DF1: hue angle of 303.72º 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 #FF1DF1 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 241 | - |
| CMYK | 0 | 0.89 | 0.05 | 0 |
| HSL | 303.72º | 1% | 0.56% | - |
| HSV(B) | 303.72º | 0.89% | 1% | - |
| XYZ | 57.56 | 28.49 | 85.68 | - |
| YUV | 120.74 | 195.87 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 241 | 0 | 0.89 | 0.05 | 0 | 303.72 | 1 | 0.56 |
| Hex | FF | 1D | F1 | 0 | 59 | 5 | 0 | 130 | 64 | 38 |
| Octal | 377 | 35 | 361 | 0 | 131 | 5 | 0 | 460 | 144 | 70 |
| Binary | 11111111 | 11101 | 11110001 | 0 | 1011001 | 101 | 0 | 100110000 | 1100100 | 111000 |
Color Harmonies of #FF1DF1
Complementary color
Monochromatic Colors of #FF1DF1
Black with #FF1DF1
Text Example
Text Example
White with #FF1DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1DF1; }
p { color: rgb(255,29,241); }
H1.HeaderClassName
{
color: #FF1DF1;
}
.AnyTagClassName
{
color: #FF1DF1;
}
</style>
background-color css
<style>
a { background-color: #FF1DF1; }
a { background-color: rgb(255,29,241); }
div.DivClassName
{
background-color: #FF1DF1;
}
.BgClassName
{
background-color: #FF1DF1;
}
</style>
border-color css
<style>
span { border-color: #FF1DF1; }
span { border-color: rgb(255,29,241); }
td.TdClassName
{
border-color: #FF1DF1;
}
.TagClassName
{
border-color: #FF1DF1;
}
</style>