Shades of Magenta #F127F4
Tints of Magenta #F127F4
RGB
CMYK
RGB Variations
Color information
#F127F4 (or 0xF127F4) is known color: Magenta. HEX triplet: F1, 27 and F4. RGB value is (241,39,244). Sum of RGB (Red+Green+Blue) = 241+39+244=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 39 (15.62% from 255 or 7.44% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #F127F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F127F4 is #0ED80B. Grayscale: #7A7A7A. Windows color (decimal): -972812 or 16001009. OLE color: 16001009.
HSL color Cylindrical-coordinate representation of color #F127F4: hue angle of 299.12º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F127F4 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 39 | 244 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.04 |
| HSL | 299.12º | 0.9% | 0.55% | - |
| HSV(B) | 299.12º | 0.84% | 0.96% | - |
| XYZ | 53.33 | 26.68 | 87.93 | - |
| YUV | 122.77 | 196.42 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 244 | 0.01 | 0.84 | 0 | 0.04 | 299.12 | 0.9 | 0.55 |
| Hex | F1 | 27 | F4 | 1 | 54 | 0 | 4 | 12B | 5A | 37 |
| Octal | 361 | 47 | 364 | 1 | 124 | 0 | 4 | 453 | 132 | 67 |
| Binary | 11110001 | 100111 | 11110100 | 1 | 1010100 | 0 | 100 | 100101011 | 1011010 | 110111 |
Color Harmonies of #F127F4
Complementary color
Monochromatic Colors of #F127F4
Black with #F127F4
Text Example
Text Example
White with #F127F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F127F4; }
p { color: rgb(241,39,244); }
H1.HeaderClassName
{
color: #F127F4;
}
.AnyTagClassName
{
color: #F127F4;
}
</style>
background-color css
<style>
a { background-color: #F127F4; }
a { background-color: rgb(241,39,244); }
div.DivClassName
{
background-color: #F127F4;
}
.BgClassName
{
background-color: #F127F4;
}
</style>
border-color css
<style>
span { border-color: #F127F4; }
span { border-color: rgb(241,39,244); }
td.TdClassName
{
border-color: #F127F4;
}
.TagClassName
{
border-color: #F127F4;
}
</style>