Shades of Magenta #F113FC
Tints of Magenta #F113FC
RGB
CMYK
RGB Variations
Color information
#F113FC (or 0xF113FC) is known color: Magenta. HEX triplet: F1, 13 and FC. RGB value is (241,19,252). Sum of RGB (Red+Green+Blue) = 241+19+252=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 19 (7.81% from 255 or 3.71% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #F113FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F113FC is #0EEC03. Grayscale: #6F6F6F. Windows color (decimal): -977924 or 16520177. OLE color: 16520177.
HSL color Cylindrical-coordinate representation of color #F113FC: hue angle of 297.17º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113FC is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 19 | 252 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.01 |
| HSL | 297.17º | 0.97% | 0.53% | - |
| HSV(B) | 297.17º | 0.92% | 0.99% | - |
| XYZ | 54.08 | 26.19 | 94.3 | - |
| YUV | 111.94 | 207.05 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 252 | 0.04 | 0.92 | 0 | 0.01 | 297.17 | 0.97 | 0.53 |
| Hex | F1 | 13 | FC | 4 | 5C | 0 | 1 | 129 | 61 | 35 |
| Octal | 361 | 23 | 374 | 4 | 134 | 0 | 1 | 451 | 141 | 65 |
| Binary | 11110001 | 10011 | 11111100 | 100 | 1011100 | 0 | 1 | 100101001 | 1100001 | 110101 |
Color Harmonies of #F113FC
Complementary color
Monochromatic Colors of #F113FC
Black with #F113FC
Text Example
Text Example
White with #F113FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113FC; }
p { color: rgb(241,19,252); }
H1.HeaderClassName
{
color: #F113FC;
}
.AnyTagClassName
{
color: #F113FC;
}
</style>
background-color css
<style>
a { background-color: #F113FC; }
a { background-color: rgb(241,19,252); }
div.DivClassName
{
background-color: #F113FC;
}
.BgClassName
{
background-color: #F113FC;
}
</style>
border-color css
<style>
span { border-color: #F113FC; }
span { border-color: rgb(241,19,252); }
td.TdClassName
{
border-color: #F113FC;
}
.TagClassName
{
border-color: #F113FC;
}
</style>