Shades of Magenta #F12CF4
Tints of Magenta #F12CF4
RGB
CMYK
RGB Variations
Color information
#F12CF4 (or 0xF12CF4) is known color: Magenta. HEX triplet: F1, 2C and F4. RGB value is (241,44,244). Sum of RGB (Red+Green+Blue) = 241+44+244=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 44 (17.58% from 255 or 8.32% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #F12CF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12CF4 is #0ED30B. Grayscale: #7D7D7D. Windows color (decimal): -971532 or 16002289. OLE color: 16002289.
HSL color Cylindrical-coordinate representation of color #F12CF4: hue angle of 299.1º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12CF4 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 44 | 244 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.04 |
| HSL | 299.1º | 0.9% | 0.56% | - |
| HSV(B) | 299.1º | 0.82% | 0.96% | - |
| XYZ | 53.51 | 27.03 | 87.99 | - |
| YUV | 125.7 | 194.77 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 244 | 0.01 | 0.82 | 0 | 0.04 | 299.1 | 0.9 | 0.56 |
| Hex | F1 | 2C | F4 | 1 | 52 | 0 | 4 | 12B | 5A | 38 |
| Octal | 361 | 54 | 364 | 1 | 122 | 0 | 4 | 453 | 132 | 70 |
| Binary | 11110001 | 101100 | 11110100 | 1 | 1010010 | 0 | 100 | 100101011 | 1011010 | 111000 |
Color Harmonies of #F12CF4
Complementary color
Monochromatic Colors of #F12CF4
Black with #F12CF4
Text Example
Text Example
White with #F12CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12CF4; }
p { color: rgb(241,44,244); }
H1.HeaderClassName
{
color: #F12CF4;
}
.AnyTagClassName
{
color: #F12CF4;
}
</style>
background-color css
<style>
a { background-color: #F12CF4; }
a { background-color: rgb(241,44,244); }
div.DivClassName
{
background-color: #F12CF4;
}
.BgClassName
{
background-color: #F12CF4;
}
</style>
border-color css
<style>
span { border-color: #F12CF4; }
span { border-color: rgb(241,44,244); }
td.TdClassName
{
border-color: #F12CF4;
}
.TagClassName
{
border-color: #F12CF4;
}
</style>