Shades of Magenta #F115FD
Tints of Magenta #F115FD
RGB
CMYK
RGB Variations
Color information
#F115FD (or 0xF115FD) is known color: Magenta. HEX triplet: F1, 15 and FD. RGB value is (241,21,253). Sum of RGB (Red+Green+Blue) = 241+21+253=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 21 (8.59% from 255 or 4.08% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #F115FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F115FD is #0EEA02. Grayscale: #707070. Windows color (decimal): -977411 or 16586225. OLE color: 16586225.
HSL color Cylindrical-coordinate representation of color #F115FD: hue angle of 296.9º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F115FD is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 21 | 253 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.01 |
| HSL | 296.9º | 0.98% | 0.54% | - |
| HSV(B) | 296.9º | 0.92% | 0.99% | - |
| XYZ | 54.27 | 26.33 | 95.15 | - |
| YUV | 113.23 | 206.89 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 253 | 0.05 | 0.92 | 0 | 0.01 | 296.9 | 0.98 | 0.54 |
| Hex | F1 | 15 | FD | 5 | 5C | 0 | 1 | 129 | 62 | 36 |
| Octal | 361 | 25 | 375 | 5 | 134 | 0 | 1 | 451 | 142 | 66 |
| Binary | 11110001 | 10101 | 11111101 | 101 | 1011100 | 0 | 1 | 100101001 | 1100010 | 110110 |
Color Harmonies of #F115FD
Complementary color
Monochromatic Colors of #F115FD
Black with #F115FD
Text Example
Text Example
White with #F115FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115FD; }
p { color: rgb(241,21,253); }
H1.HeaderClassName
{
color: #F115FD;
}
.AnyTagClassName
{
color: #F115FD;
}
</style>
background-color css
<style>
a { background-color: #F115FD; }
a { background-color: rgb(241,21,253); }
div.DivClassName
{
background-color: #F115FD;
}
.BgClassName
{
background-color: #F115FD;
}
</style>
border-color css
<style>
span { border-color: #F115FD; }
span { border-color: rgb(241,21,253); }
td.TdClassName
{
border-color: #F115FD;
}
.TagClassName
{
border-color: #F115FD;
}
</style>