Shades of Magenta #F115FE
Tints of Magenta #F115FE
RGB
CMYK
RGB Variations
Color information
#F115FE (or 0xF115FE) is known color: Magenta. HEX triplet: F1, 15 and FE. RGB value is (241,21,254). Sum of RGB (Red+Green+Blue) = 241+21+254=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 21 (8.59% from 255 or 4.07% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #F115FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F115FE is #0EEA01. Grayscale: #707070. Windows color (decimal): -977410 or 16651761. OLE color: 16651761.
HSL color Cylindrical-coordinate representation of color #F115FE: hue angle of 296.65º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F115FE is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 21 | 254 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.00 |
| HSL | 296.65º | 0.99% | 0.54% | - |
| HSV(B) | 296.65º | 0.92% | 1% | - |
| XYZ | 54.43 | 26.39 | 95.99 | - |
| YUV | 113.34 | 207.39 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 254 | 0.05 | 0.92 | 0 | 0.00 | 296.65 | 0.99 | 0.54 |
| Hex | F1 | 15 | FE | 5 | 5C | 0 | 0 | 129 | 63 | 36 |
| Octal | 361 | 25 | 376 | 5 | 134 | 0 | 0 | 451 | 143 | 66 |
| Binary | 11110001 | 10101 | 11111110 | 101 | 1011100 | 0 | 0 | 100101001 | 1100011 | 110110 |
Color Harmonies of #F115FE
Complementary color
Monochromatic Colors of #F115FE
Black with #F115FE
Text Example
Text Example
White with #F115FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115FE; }
p { color: rgb(241,21,254); }
H1.HeaderClassName
{
color: #F115FE;
}
.AnyTagClassName
{
color: #F115FE;
}
</style>
background-color css
<style>
a { background-color: #F115FE; }
a { background-color: rgb(241,21,254); }
div.DivClassName
{
background-color: #F115FE;
}
.BgClassName
{
background-color: #F115FE;
}
</style>
border-color css
<style>
span { border-color: #F115FE; }
span { border-color: rgb(241,21,254); }
td.TdClassName
{
border-color: #F115FE;
}
.TagClassName
{
border-color: #F115FE;
}
</style>