Shades of Magenta #F112FC
Tints of Magenta #F112FC
RGB
CMYK
RGB Variations
Color information
#F112FC (or 0xF112FC) is known color: Magenta. HEX triplet: F1, 12 and FC. RGB value is (241,18,252). Sum of RGB (Red+Green+Blue) = 241+18+252=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 18 (7.42% from 255 or 3.52% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #F112FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F112FC is #0EED03. Grayscale: #6E6E6E. Windows color (decimal): -978180 or 16519921. OLE color: 16519921.
HSL color Cylindrical-coordinate representation of color #F112FC: hue angle of 297.18º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F112FC is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 18 | 252 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.01 |
| HSL | 297.18º | 0.98% | 0.53% | - |
| HSV(B) | 297.18º | 0.93% | 0.99% | - |
| XYZ | 54.06 | 26.16 | 94.3 | - |
| YUV | 111.35 | 207.38 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 252 | 0.04 | 0.93 | 0 | 0.01 | 297.18 | 0.98 | 0.53 |
| Hex | F1 | 12 | FC | 4 | 5D | 0 | 1 | 129 | 62 | 35 |
| Octal | 361 | 22 | 374 | 4 | 135 | 0 | 1 | 451 | 142 | 65 |
| Binary | 11110001 | 10010 | 11111100 | 100 | 1011101 | 0 | 1 | 100101001 | 1100010 | 110101 |
Color Harmonies of #F112FC
Complementary color
Monochromatic Colors of #F112FC
Black with #F112FC
Text Example
Text Example
White with #F112FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112FC; }
p { color: rgb(241,18,252); }
H1.HeaderClassName
{
color: #F112FC;
}
.AnyTagClassName
{
color: #F112FC;
}
</style>
background-color css
<style>
a { background-color: #F112FC; }
a { background-color: rgb(241,18,252); }
div.DivClassName
{
background-color: #F112FC;
}
.BgClassName
{
background-color: #F112FC;
}
</style>
border-color css
<style>
span { border-color: #F112FC; }
span { border-color: rgb(241,18,252); }
td.TdClassName
{
border-color: #F112FC;
}
.TagClassName
{
border-color: #F112FC;
}
</style>