Shades of Magenta #FF29F4
Tints of Magenta #FF29F4
RGB
CMYK
RGB Variations
Color information
#FF29F4 (or 0xFF29F4) is known color: Magenta. HEX triplet: FF, 29 and F4. RGB value is (255,41,244). Sum of RGB (Red+Green+Blue) = 255+41+244=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 41 (16.41% from 255 or 7.59% from 540); Blue value is 244 (95.70% from 255 or 45.19% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF29F4 is #00D60B. Grayscale: #7F7F7F. Windows color (decimal): -54796 or 16001535. OLE color: 16001535.
HSL color Cylindrical-coordinate representation of color #FF29F4: hue angle of 303.08º 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 #FF29F4 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 244 | - |
| CMYK | 0 | 0.84 | 0.04 | 0 |
| HSL | 303.08º | 1% | 0.58% | - |
| HSV(B) | 303.08º | 0.84% | 1% | - |
| XYZ | 58.36 | 29.38 | 88.18 | - |
| YUV | 128.13 | 193.4 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 244 | 0 | 0.84 | 0.04 | 0 | 303.08 | 1 | 0.58 |
| Hex | FF | 29 | F4 | 0 | 54 | 4 | 0 | 12F | 64 | 3A |
| Octal | 377 | 51 | 364 | 0 | 124 | 4 | 0 | 457 | 144 | 72 |
| Binary | 11111111 | 101001 | 11110100 | 0 | 1010100 | 100 | 0 | 100101111 | 1100100 | 111010 |
Color Harmonies of #FF29F4
Complementary color
Monochromatic Colors of #FF29F4
Black with #FF29F4
Text Example
Text Example
White with #FF29F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29F4; }
p { color: rgb(255,41,244); }
H1.HeaderClassName
{
color: #FF29F4;
}
.AnyTagClassName
{
color: #FF29F4;
}
</style>
background-color css
<style>
a { background-color: #FF29F4; }
a { background-color: rgb(255,41,244); }
div.DivClassName
{
background-color: #FF29F4;
}
.BgClassName
{
background-color: #FF29F4;
}
</style>
border-color css
<style>
span { border-color: #FF29F4; }
span { border-color: rgb(255,41,244); }
td.TdClassName
{
border-color: #FF29F4;
}
.TagClassName
{
border-color: #FF29F4;
}
</style>