Shades of Magenta #FF1DED
Tints of Magenta #FF1DED
RGB
CMYK
RGB Variations
Color information
#FF1DED (or 0xFF1DED) is known color: Magenta. HEX triplet: FF, 1D and ED. RGB value is (255,29,237). Sum of RGB (Red+Green+Blue) = 255+29+237=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 29 (11.72% from 255 or 5.57% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1DED is #00E212. Grayscale: #777777. Windows color (decimal): -57875 or 15539711. OLE color: 15539711.
HSL color Cylindrical-coordinate representation of color #FF1DED: hue angle of 304.78º 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 #FF1DED is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 237 | - |
| CMYK | 0 | 0.89 | 0.07 | 0 |
| HSL | 304.78º | 1% | 0.56% | - |
| HSV(B) | 304.78º | 0.89% | 1% | - |
| XYZ | 56.97 | 28.25 | 82.57 | - |
| YUV | 120.29 | 193.87 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 237 | 0 | 0.89 | 0.07 | 0 | 304.78 | 1 | 0.56 |
| Hex | FF | 1D | ED | 0 | 59 | 7 | 0 | 131 | 64 | 38 |
| Octal | 377 | 35 | 355 | 0 | 131 | 7 | 0 | 461 | 144 | 70 |
| Binary | 11111111 | 11101 | 11101101 | 0 | 1011001 | 111 | 0 | 100110001 | 1100100 | 111000 |
Color Harmonies of #FF1DED
Complementary color
Monochromatic Colors of #FF1DED
Black with #FF1DED
Text Example
Text Example
White with #FF1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1DED; }
p { color: rgb(255,29,237); }
H1.HeaderClassName
{
color: #FF1DED;
}
.AnyTagClassName
{
color: #FF1DED;
}
</style>
background-color css
<style>
a { background-color: #FF1DED; }
a { background-color: rgb(255,29,237); }
div.DivClassName
{
background-color: #FF1DED;
}
.BgClassName
{
background-color: #FF1DED;
}
</style>
border-color css
<style>
span { border-color: #FF1DED; }
span { border-color: rgb(255,29,237); }
td.TdClassName
{
border-color: #FF1DED;
}
.TagClassName
{
border-color: #FF1DED;
}
</style>