Shades of Magenta #F129FE
Tints of Magenta #F129FE
RGB
CMYK
RGB Variations
Color information
#F129FE (or 0xF129FE) is known color: Magenta. HEX triplet: F1, 29 and FE. RGB value is (241,41,254). Sum of RGB (Red+Green+Blue) = 241+41+254=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 41 (16.41% from 255 or 7.65% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #F129FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F129FE is #0ED601. Grayscale: #7C7C7C. Windows color (decimal): -972290 or 16656881. OLE color: 16656881.
HSL color Cylindrical-coordinate representation of color #F129FE: hue angle of 296.34º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F129FE is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 41 | 254 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.00 |
| HSL | 296.34º | 0.99% | 0.58% | - |
| HSV(B) | 296.34º | 0.84% | 1% | - |
| XYZ | 54.96 | 27.44 | 96.17 | - |
| YUV | 125.08 | 200.76 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 254 | 0.05 | 0.84 | 0 | 0.00 | 296.34 | 0.99 | 0.58 |
| Hex | F1 | 29 | FE | 5 | 54 | 0 | 0 | 128 | 63 | 3A |
| Octal | 361 | 51 | 376 | 5 | 124 | 0 | 0 | 450 | 143 | 72 |
| Binary | 11110001 | 101001 | 11111110 | 101 | 1010100 | 0 | 0 | 100101000 | 1100011 | 111010 |
Color Harmonies of #F129FE
Complementary color
Monochromatic Colors of #F129FE
Black with #F129FE
Text Example
Text Example
White with #F129FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F129FE; }
p { color: rgb(241,41,254); }
H1.HeaderClassName
{
color: #F129FE;
}
.AnyTagClassName
{
color: #F129FE;
}
</style>
background-color css
<style>
a { background-color: #F129FE; }
a { background-color: rgb(241,41,254); }
div.DivClassName
{
background-color: #F129FE;
}
.BgClassName
{
background-color: #F129FE;
}
</style>
border-color css
<style>
span { border-color: #F129FE; }
span { border-color: rgb(241,41,254); }
td.TdClassName
{
border-color: #F129FE;
}
.TagClassName
{
border-color: #F129FE;
}
</style>