Shades of Magenta #F129F9
Tints of Magenta #F129F9
RGB
CMYK
RGB Variations
Color information
#F129F9 (or 0xF129F9) is known color: Magenta. HEX triplet: F1, 29 and F9. RGB value is (241,41,249). Sum of RGB (Red+Green+Blue) = 241+41+249=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 41 (16.41% from 255 or 7.72% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #F129F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F129F9 is #0ED606. Grayscale: #7B7B7B. Windows color (decimal): -972295 or 16329201. OLE color: 16329201.
HSL color Cylindrical-coordinate representation of color #F129F9: hue angle of 297.69º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F129F9 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 41 | 249 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.02 |
| HSL | 297.69º | 0.95% | 0.57% | - |
| HSV(B) | 297.69º | 0.84% | 0.98% | - |
| XYZ | 54.17 | 27.13 | 92 | - |
| YUV | 124.51 | 198.26 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 249 | 0.03 | 0.84 | 0 | 0.02 | 297.69 | 0.95 | 0.57 |
| Hex | F1 | 29 | F9 | 3 | 54 | 0 | 2 | 12A | 5F | 39 |
| Octal | 361 | 51 | 371 | 3 | 124 | 0 | 2 | 452 | 137 | 71 |
| Binary | 11110001 | 101001 | 11111001 | 11 | 1010100 | 0 | 10 | 100101010 | 1011111 | 111001 |
Color Harmonies of #F129F9
Complementary color
Monochromatic Colors of #F129F9
Black with #F129F9
Text Example
Text Example
White with #F129F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F129F9; }
p { color: rgb(241,41,249); }
H1.HeaderClassName
{
color: #F129F9;
}
.AnyTagClassName
{
color: #F129F9;
}
</style>
background-color css
<style>
a { background-color: #F129F9; }
a { background-color: rgb(241,41,249); }
div.DivClassName
{
background-color: #F129F9;
}
.BgClassName
{
background-color: #F129F9;
}
</style>
border-color css
<style>
span { border-color: #F129F9; }
span { border-color: rgb(241,41,249); }
td.TdClassName
{
border-color: #F129F9;
}
.TagClassName
{
border-color: #F129F9;
}
</style>