Shades of Magenta #FF29FD
Tints of Magenta #FF29FD
RGB
CMYK
RGB Variations
Color information
#FF29FD (or 0xFF29FD) is known color: Magenta. HEX triplet: FF, 29 and FD. RGB value is (255,41,253). Sum of RGB (Red+Green+Blue) = 255+41+253=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 41 (16.41% from 255 or 7.47% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF29FD is #00D602. Grayscale: #808080. Windows color (decimal): -54787 or 16591359. OLE color: 16591359.
HSL color Cylindrical-coordinate representation of color #FF29FD: hue angle of 300.56º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF29FD is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 253 | - |
| CMYK | 0 | 0.84 | 0.01 | 0 |
| HSL | 300.56º | 1% | 0.58% | - |
| HSV(B) | 300.56º | 0.84% | 1% | - |
| XYZ | 59.76 | 29.94 | 95.56 | - |
| YUV | 129.15 | 197.9 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 253 | 0 | 0.84 | 0.01 | 0 | 300.56 | 1 | 0.58 |
| Hex | FF | 29 | FD | 0 | 54 | 1 | 0 | 12D | 64 | 3A |
| Octal | 377 | 51 | 375 | 0 | 124 | 1 | 0 | 455 | 144 | 72 |
| Binary | 11111111 | 101001 | 11111101 | 0 | 1010100 | 1 | 0 | 100101101 | 1100100 | 111010 |
Color Harmonies of #FF29FD
Complementary color
Monochromatic Colors of #FF29FD
Black with #FF29FD
Text Example
Text Example
White with #FF29FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29FD; }
p { color: rgb(255,41,253); }
H1.HeaderClassName
{
color: #FF29FD;
}
.AnyTagClassName
{
color: #FF29FD;
}
</style>
background-color css
<style>
a { background-color: #FF29FD; }
a { background-color: rgb(255,41,253); }
div.DivClassName
{
background-color: #FF29FD;
}
.BgClassName
{
background-color: #FF29FD;
}
</style>
border-color css
<style>
span { border-color: #FF29FD; }
span { border-color: rgb(255,41,253); }
td.TdClassName
{
border-color: #FF29FD;
}
.TagClassName
{
border-color: #FF29FD;
}
</style>