Shades of Magenta #F12DF7
Tints of Magenta #F12DF7
RGB
CMYK
RGB Variations
Color information
#F12DF7 (or 0xF12DF7) is known color: Magenta. HEX triplet: F1, 2D and F7. RGB value is (241,45,247). Sum of RGB (Red+Green+Blue) = 241+45+247=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 45 (17.97% from 255 or 8.44% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #F12DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12DF7 is #0ED208. Grayscale: #7E7E7E. Windows color (decimal): -971273 or 16199153. OLE color: 16199153.
HSL color Cylindrical-coordinate representation of color #F12DF7: hue angle of 298.22º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12DF7 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 45 | 247 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.03 |
| HSL | 298.22º | 0.93% | 0.57% | - |
| HSV(B) | 298.22º | 0.82% | 0.97% | - |
| XYZ | 54 | 27.29 | 90.42 | - |
| YUV | 126.63 | 195.93 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 247 | 0.02 | 0.82 | 0 | 0.03 | 298.22 | 0.93 | 0.57 |
| Hex | F1 | 2D | F7 | 2 | 52 | 0 | 3 | 12A | 5D | 39 |
| Octal | 361 | 55 | 367 | 2 | 122 | 0 | 3 | 452 | 135 | 71 |
| Binary | 11110001 | 101101 | 11110111 | 10 | 1010010 | 0 | 11 | 100101010 | 1011101 | 111001 |
Color Harmonies of #F12DF7
Complementary color
Monochromatic Colors of #F12DF7
Black with #F12DF7
Text Example
Text Example
White with #F12DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12DF7; }
p { color: rgb(241,45,247); }
H1.HeaderClassName
{
color: #F12DF7;
}
.AnyTagClassName
{
color: #F12DF7;
}
</style>
background-color css
<style>
a { background-color: #F12DF7; }
a { background-color: rgb(241,45,247); }
div.DivClassName
{
background-color: #F12DF7;
}
.BgClassName
{
background-color: #F12DF7;
}
</style>
border-color css
<style>
span { border-color: #F12DF7; }
span { border-color: rgb(241,45,247); }
td.TdClassName
{
border-color: #F12DF7;
}
.TagClassName
{
border-color: #F12DF7;
}
</style>