Shades of Magenta #FA29FF
Tints of Magenta #FA29FF
RGB
CMYK
RGB Variations
Color information
#FA29FF (or 0xFA29FF) is known color: Magenta. HEX triplet: FA, 29 and FF. RGB value is (250,41,255). Sum of RGB (Red+Green+Blue) = 250+41+255=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 41 (16.41% from 255 or 7.51% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA29FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA29FF is #05D600. Grayscale: #7F7F7F. Windows color (decimal): -382465 or 16722426. OLE color: 16722426.
HSL color Cylindrical-coordinate representation of color #FA29FF: hue angle of 298.6º 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 #FA29FF is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 41 | 255 | - |
| CMYK | 0.02 | 0.84 | 0 | 0 |
| HSL | 298.6º | 1% | 0.58% | - |
| HSV(B) | 298.6º | 0.84% | 1% | - |
| XYZ | 58.27 | 29.13 | 97.16 | - |
| YUV | 127.89 | 199.74 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 255 | 0.02 | 0.84 | 0 | 0 | 298.6 | 1 | 0.58 |
| Hex | FA | 29 | FF | 2 | 54 | 0 | 0 | 12B | 64 | 3A |
| Octal | 372 | 51 | 377 | 2 | 124 | 0 | 0 | 453 | 144 | 72 |
| Binary | 11111010 | 101001 | 11111111 | 10 | 1010100 | 0 | 0 | 100101011 | 1100100 | 111010 |
Color Harmonies of #FA29FF
Complementary color
Monochromatic Colors of #FA29FF
Black with #FA29FF
Text Example
Text Example
White with #FA29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA29FF; }
p { color: rgb(250,41,255); }
H1.HeaderClassName
{
color: #FA29FF;
}
.AnyTagClassName
{
color: #FA29FF;
}
</style>
background-color css
<style>
a { background-color: #FA29FF; }
a { background-color: rgb(250,41,255); }
div.DivClassName
{
background-color: #FA29FF;
}
.BgClassName
{
background-color: #FA29FF;
}
</style>
border-color css
<style>
span { border-color: #FA29FF; }
span { border-color: rgb(250,41,255); }
td.TdClassName
{
border-color: #FA29FF;
}
.TagClassName
{
border-color: #FA29FF;
}
</style>