Shades of Magenta #F115F8
Tints of Magenta #F115F8
RGB
CMYK
RGB Variations
Color information
#F115F8 (or 0xF115F8) is known color: Magenta. HEX triplet: F1, 15 and F8. RGB value is (241,21,248). Sum of RGB (Red+Green+Blue) = 241+21+248=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 21 (8.59% from 255 or 4.12% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #F115F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F115F8 is #0EEA07. Grayscale: #6F6F6F. Windows color (decimal): -977416 or 16258545. OLE color: 16258545.
HSL color Cylindrical-coordinate representation of color #F115F8: hue angle of 298.15º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F115F8 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 21 | 248 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.03 |
| HSL | 298.15º | 0.94% | 0.53% | - |
| HSV(B) | 298.15º | 0.92% | 0.97% | - |
| XYZ | 53.49 | 26.01 | 91.01 | - |
| YUV | 112.66 | 204.39 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 248 | 0.03 | 0.92 | 0 | 0.03 | 298.15 | 0.94 | 0.53 |
| Hex | F1 | 15 | F8 | 3 | 5C | 0 | 3 | 12A | 5E | 35 |
| Octal | 361 | 25 | 370 | 3 | 134 | 0 | 3 | 452 | 136 | 65 |
| Binary | 11110001 | 10101 | 11111000 | 11 | 1011100 | 0 | 11 | 100101010 | 1011110 | 110101 |
Color Harmonies of #F115F8
Complementary color
Monochromatic Colors of #F115F8
Black with #F115F8
Text Example
Text Example
White with #F115F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115F8; }
p { color: rgb(241,21,248); }
H1.HeaderClassName
{
color: #F115F8;
}
.AnyTagClassName
{
color: #F115F8;
}
</style>
background-color css
<style>
a { background-color: #F115F8; }
a { background-color: rgb(241,21,248); }
div.DivClassName
{
background-color: #F115F8;
}
.BgClassName
{
background-color: #F115F8;
}
</style>
border-color css
<style>
span { border-color: #F115F8; }
span { border-color: rgb(241,21,248); }
td.TdClassName
{
border-color: #F115F8;
}
.TagClassName
{
border-color: #F115F8;
}
</style>