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