Shades of Magenta #F118F5
Tints of Magenta #F118F5
RGB
CMYK
RGB Variations
Color information
#F118F5 (or 0xF118F5) is known color: Magenta. HEX triplet: F1, 18 and F5. RGB value is (241,24,245). Sum of RGB (Red+Green+Blue) = 241+24+245=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 24 (9.77% from 255 or 4.71% from 510); Blue value is 245 (96.09% from 255 or 48.04% from 510); Max value from RGB is 245 - color contains mainly: blue. Hex color #F118F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F118F5 is #0EE70A. Grayscale: #717171. Windows color (decimal): -976651 or 16062705. OLE color: 16062705.
HSL color Cylindrical-coordinate representation of color #F118F5: hue angle of 298.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F118F5 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 24 | 245 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.04 |
| HSL | 298.91º | 0.92% | 0.53% | - |
| HSV(B) | 298.91º | 0.9% | 0.96% | - |
| XYZ | 53.08 | 25.95 | 88.6 | - |
| YUV | 114.08 | 201.89 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 245 | 0.02 | 0.90 | 0 | 0.04 | 298.91 | 0.92 | 0.53 |
| Hex | F1 | 18 | F5 | 2 | 5A | 0 | 4 | 12B | 5C | 35 |
| Octal | 361 | 30 | 365 | 2 | 132 | 0 | 4 | 453 | 134 | 65 |
| Binary | 11110001 | 11000 | 11110101 | 10 | 1011010 | 0 | 100 | 100101011 | 1011100 | 110101 |
Color Harmonies of #F118F5
Complementary color
Monochromatic Colors of #F118F5
Black with #F118F5
Text Example
Text Example
White with #F118F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F118F5; }
p { color: rgb(241,24,245); }
H1.HeaderClassName
{
color: #F118F5;
}
.AnyTagClassName
{
color: #F118F5;
}
</style>
background-color css
<style>
a { background-color: #F118F5; }
a { background-color: rgb(241,24,245); }
div.DivClassName
{
background-color: #F118F5;
}
.BgClassName
{
background-color: #F118F5;
}
</style>
border-color css
<style>
span { border-color: #F118F5; }
span { border-color: rgb(241,24,245); }
td.TdClassName
{
border-color: #F118F5;
}
.TagClassName
{
border-color: #F118F5;
}
</style>