Shades of Magenta #F915EC
Tints of Magenta #F915EC
RGB
CMYK
RGB Variations
Color information
#F915EC (or 0xF915EC) is known color: Magenta. HEX triplet: F9, 15 and EC. RGB value is (249,21,236). Sum of RGB (Red+Green+Blue) = 249+21+236=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 21 (8.59% from 255 or 4.15% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F915EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F915EC is #06EA13. Grayscale: #717171. Windows color (decimal): -453140 or 15472121. OLE color: 15472121.
HSL color Cylindrical-coordinate representation of color #F915EC: hue angle of 303.42º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F915EC is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 236 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.02 |
| HSL | 303.42º | 0.95% | 0.53% | - |
| HSV(B) | 303.42º | 0.92% | 0.98% | - |
| XYZ | 54.48 | 26.73 | 81.65 | - |
| YUV | 113.68 | 197.04 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 236 | 0 | 0.92 | 0.05 | 0.02 | 303.42 | 0.95 | 0.53 |
| Hex | F9 | 15 | EC | 0 | 5C | 5 | 2 | 12F | 5F | 35 |
| Octal | 371 | 25 | 354 | 0 | 134 | 5 | 2 | 457 | 137 | 65 |
| Binary | 11111001 | 10101 | 11101100 | 0 | 1011100 | 101 | 10 | 100101111 | 1011111 | 110101 |
Color Harmonies of #F915EC
Complementary color
Monochromatic Colors of #F915EC
Black with #F915EC
Text Example
Text Example
White with #F915EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F915EC; }
p { color: rgb(249,21,236); }
H1.HeaderClassName
{
color: #F915EC;
}
.AnyTagClassName
{
color: #F915EC;
}
</style>
background-color css
<style>
a { background-color: #F915EC; }
a { background-color: rgb(249,21,236); }
div.DivClassName
{
background-color: #F915EC;
}
.BgClassName
{
background-color: #F915EC;
}
</style>
border-color css
<style>
span { border-color: #F915EC; }
span { border-color: rgb(249,21,236); }
td.TdClassName
{
border-color: #F915EC;
}
.TagClassName
{
border-color: #F915EC;
}
</style>