Shades of Magenta #F12CF5
Tints of Magenta #F12CF5
RGB
CMYK
RGB Variations
Color information
#F12CF5 (or 0xF12CF5) is known color: Magenta. HEX triplet: F1, 2C and F5. RGB value is (241,44,245). Sum of RGB (Red+Green+Blue) = 241+44+245=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 44 (17.58% from 255 or 8.30% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #F12CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12CF5 is #0ED30A. Grayscale: #7D7D7D. Windows color (decimal): -971531 or 16067825. OLE color: 16067825.
HSL color Cylindrical-coordinate representation of color #F12CF5: hue angle of 298.81º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12CF5 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 44 | 245 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.04 |
| HSL | 298.81º | 0.91% | 0.57% | - |
| HSV(B) | 298.81º | 0.82% | 0.96% | - |
| XYZ | 53.66 | 27.09 | 88.79 | - |
| YUV | 125.82 | 195.27 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 245 | 0.02 | 0.82 | 0 | 0.04 | 298.81 | 0.91 | 0.57 |
| Hex | F1 | 2C | F5 | 2 | 52 | 0 | 4 | 12B | 5B | 39 |
| Octal | 361 | 54 | 365 | 2 | 122 | 0 | 4 | 453 | 133 | 71 |
| Binary | 11110001 | 101100 | 11110101 | 10 | 1010010 | 0 | 100 | 100101011 | 1011011 | 111001 |
Color Harmonies of #F12CF5
Complementary color
Monochromatic Colors of #F12CF5
Black with #F12CF5
Text Example
Text Example
White with #F12CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12CF5; }
p { color: rgb(241,44,245); }
H1.HeaderClassName
{
color: #F12CF5;
}
.AnyTagClassName
{
color: #F12CF5;
}
</style>
background-color css
<style>
a { background-color: #F12CF5; }
a { background-color: rgb(241,44,245); }
div.DivClassName
{
background-color: #F12CF5;
}
.BgClassName
{
background-color: #F12CF5;
}
</style>
border-color css
<style>
span { border-color: #F12CF5; }
span { border-color: rgb(241,44,245); }
td.TdClassName
{
border-color: #F12CF5;
}
.TagClassName
{
border-color: #F12CF5;
}
</style>