Shades of Magenta #F112FD
Tints of Magenta #F112FD
RGB
CMYK
RGB Variations
Color information
#F112FD (or 0xF112FD) is known color: Magenta. HEX triplet: F1, 12 and FD. RGB value is (241,18,253). Sum of RGB (Red+Green+Blue) = 241+18+253=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 18 (7.42% from 255 or 3.52% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #F112FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F112FD is #0EED02. Grayscale: #6E6E6E. Windows color (decimal): -978179 or 16585457. OLE color: 16585457.
HSL color Cylindrical-coordinate representation of color #F112FD: hue angle of 296.94º 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 #F112FD is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 18 | 253 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.01 |
| HSL | 296.94º | 0.98% | 0.53% | - |
| HSV(B) | 296.94º | 0.93% | 0.99% | - |
| XYZ | 54.22 | 26.23 | 95.13 | - |
| YUV | 111.47 | 207.88 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 253 | 0.05 | 0.93 | 0 | 0.01 | 296.94 | 0.98 | 0.53 |
| Hex | F1 | 12 | FD | 5 | 5D | 0 | 1 | 129 | 62 | 35 |
| Octal | 361 | 22 | 375 | 5 | 135 | 0 | 1 | 451 | 142 | 65 |
| Binary | 11110001 | 10010 | 11111101 | 101 | 1011101 | 0 | 1 | 100101001 | 1100010 | 110101 |
Color Harmonies of #F112FD
Complementary color
Monochromatic Colors of #F112FD
Black with #F112FD
Text Example
Text Example
White with #F112FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112FD; }
p { color: rgb(241,18,253); }
H1.HeaderClassName
{
color: #F112FD;
}
.AnyTagClassName
{
color: #F112FD;
}
</style>
background-color css
<style>
a { background-color: #F112FD; }
a { background-color: rgb(241,18,253); }
div.DivClassName
{
background-color: #F112FD;
}
.BgClassName
{
background-color: #F112FD;
}
</style>
border-color css
<style>
span { border-color: #F112FD; }
span { border-color: rgb(241,18,253); }
td.TdClassName
{
border-color: #F112FD;
}
.TagClassName
{
border-color: #F112FD;
}
</style>