Shades of Magenta #FF29F6
Tints of Magenta #FF29F6
RGB
CMYK
RGB Variations
Color information
#FF29F6 (or 0xFF29F6) is known color: Magenta. HEX triplet: FF, 29 and F6. RGB value is (255,41,246). Sum of RGB (Red+Green+Blue) = 255+41+246=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 41 (16.41% from 255 or 7.56% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF29F6 is #00D609. Grayscale: #7F7F7F. Windows color (decimal): -54794 or 16132607. OLE color: 16132607.
HSL color Cylindrical-coordinate representation of color #FF29F6: hue angle of 302.52º 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 #FF29F6 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 246 | - |
| CMYK | 0 | 0.84 | 0.04 | 0 |
| HSL | 302.52º | 1% | 0.58% | - |
| HSV(B) | 302.52º | 0.84% | 1% | - |
| XYZ | 58.67 | 29.5 | 89.79 | - |
| YUV | 128.36 | 194.4 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 246 | 0 | 0.84 | 0.04 | 0 | 302.52 | 1 | 0.58 |
| Hex | FF | 29 | F6 | 0 | 54 | 4 | 0 | 12F | 64 | 3A |
| Octal | 377 | 51 | 366 | 0 | 124 | 4 | 0 | 457 | 144 | 72 |
| Binary | 11111111 | 101001 | 11110110 | 0 | 1010100 | 100 | 0 | 100101111 | 1100100 | 111010 |
Color Harmonies of #FF29F6
Complementary color
Monochromatic Colors of #FF29F6
Black with #FF29F6
Text Example
Text Example
White with #FF29F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29F6; }
p { color: rgb(255,41,246); }
H1.HeaderClassName
{
color: #FF29F6;
}
.AnyTagClassName
{
color: #FF29F6;
}
</style>
background-color css
<style>
a { background-color: #FF29F6; }
a { background-color: rgb(255,41,246); }
div.DivClassName
{
background-color: #FF29F6;
}
.BgClassName
{
background-color: #FF29F6;
}
</style>
border-color css
<style>
span { border-color: #FF29F6; }
span { border-color: rgb(255,41,246); }
td.TdClassName
{
border-color: #FF29F6;
}
.TagClassName
{
border-color: #FF29F6;
}
</style>