Shades of Magenta #FF29FE
Tints of Magenta #FF29FE
RGB
CMYK
RGB Variations
Color information
#FF29FE (or 0xFF29FE) is known color: Magenta. HEX triplet: FF, 29 and FE. RGB value is (255,41,254). Sum of RGB (Red+Green+Blue) = 255+41+254=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 41 (16.41% from 255 or 7.45% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF29FE is #00D601. Grayscale: #808080. Windows color (decimal): -54786 or 16656895. OLE color: 16656895.
HSL color Cylindrical-coordinate representation of color #FF29FE: hue angle of 300.28º 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 #FF29FE is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 254 | - |
| CMYK | 0 | 0.84 | 0.00 | 0 |
| HSL | 300.28º | 1% | 0.58% | - |
| HSV(B) | 300.28º | 0.84% | 1% | - |
| XYZ | 59.92 | 30 | 96.4 | - |
| YUV | 129.27 | 198.4 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 254 | 0 | 0.84 | 0.00 | 0 | 300.28 | 1 | 0.58 |
| Hex | FF | 29 | FE | 0 | 54 | 0 | 0 | 12C | 64 | 3A |
| Octal | 377 | 51 | 376 | 0 | 124 | 0 | 0 | 454 | 144 | 72 |
| Binary | 11111111 | 101001 | 11111110 | 0 | 1010100 | 0 | 0 | 100101100 | 1100100 | 111010 |
Color Harmonies of #FF29FE
Complementary color
Monochromatic Colors of #FF29FE
Black with #FF29FE
Text Example
Text Example
White with #FF29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29FE; }
p { color: rgb(255,41,254); }
H1.HeaderClassName
{
color: #FF29FE;
}
.AnyTagClassName
{
color: #FF29FE;
}
</style>
background-color css
<style>
a { background-color: #FF29FE; }
a { background-color: rgb(255,41,254); }
div.DivClassName
{
background-color: #FF29FE;
}
.BgClassName
{
background-color: #FF29FE;
}
</style>
border-color css
<style>
span { border-color: #FF29FE; }
span { border-color: rgb(255,41,254); }
td.TdClassName
{
border-color: #FF29FE;
}
.TagClassName
{
border-color: #FF29FE;
}
</style>