Shades of Magenta #F127FD
Tints of Magenta #F127FD
RGB
CMYK
RGB Variations
Color information
#F127FD (or 0xF127FD) is known color: Magenta. HEX triplet: F1, 27 and FD. RGB value is (241,39,253). Sum of RGB (Red+Green+Blue) = 241+39+253=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 39 (15.62% from 255 or 7.32% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #F127FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F127FD is #0ED802. Grayscale: #7B7B7B. Windows color (decimal): -972803 or 16590833. OLE color: 16590833.
HSL color Cylindrical-coordinate representation of color #F127FD: hue angle of 296.64º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F127FD is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 39 | 253 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.01 |
| HSL | 296.64º | 0.98% | 0.57% | - |
| HSV(B) | 296.64º | 0.85% | 0.99% | - |
| XYZ | 54.73 | 27.24 | 95.3 | - |
| YUV | 123.79 | 200.92 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 253 | 0.05 | 0.85 | 0 | 0.01 | 296.64 | 0.98 | 0.57 |
| Hex | F1 | 27 | FD | 5 | 55 | 0 | 1 | 129 | 62 | 39 |
| Octal | 361 | 47 | 375 | 5 | 125 | 0 | 1 | 451 | 142 | 71 |
| Binary | 11110001 | 100111 | 11111101 | 101 | 1010101 | 0 | 1 | 100101001 | 1100010 | 111001 |
Color Harmonies of #F127FD
Complementary color
Monochromatic Colors of #F127FD
Black with #F127FD
Text Example
Text Example
White with #F127FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F127FD; }
p { color: rgb(241,39,253); }
H1.HeaderClassName
{
color: #F127FD;
}
.AnyTagClassName
{
color: #F127FD;
}
</style>
background-color css
<style>
a { background-color: #F127FD; }
a { background-color: rgb(241,39,253); }
div.DivClassName
{
background-color: #F127FD;
}
.BgClassName
{
background-color: #F127FD;
}
</style>
border-color css
<style>
span { border-color: #F127FD; }
span { border-color: rgb(241,39,253); }
td.TdClassName
{
border-color: #F127FD;
}
.TagClassName
{
border-color: #F127FD;
}
</style>