Shades of Hot Magenta #F915E0
Tints of Hot Magenta #F915E0
RGB
CMYK
RGB Variations
Color information
#F915E0 (or 0xF915E0) is known color: Hot Magenta. HEX triplet: F9, 15 and E0. RGB value is (249,21,224). Sum of RGB (Red+Green+Blue) = 249+21+224=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 21 (8.59% from 255 or 4.25% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F915E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F915E0 is #06EA1F. Grayscale: #6F6F6F. Windows color (decimal): -453152 or 14685689. OLE color: 14685689.
HSL color Cylindrical-coordinate representation of color #F915E0: hue angle of 306.58º 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 #F915E0 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 224 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.02 |
| HSL | 306.58º | 0.95% | 0.53% | - |
| HSV(B) | 306.58º | 0.92% | 0.98% | - |
| XYZ | 52.79 | 26.06 | 72.77 | - |
| YUV | 112.31 | 191.04 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 224 | 0 | 0.92 | 0.10 | 0.02 | 306.58 | 0.95 | 0.53 |
| Hex | F9 | 15 | E0 | 0 | 5C | A | 2 | 133 | 5F | 35 |
| Octal | 371 | 25 | 340 | 0 | 134 | 12 | 2 | 463 | 137 | 65 |
| Binary | 11111001 | 10101 | 11100000 | 0 | 1011100 | 1010 | 10 | 100110011 | 1011111 | 110101 |
Color Harmonies of #F915E0
Complementary color
Monochromatic Colors of #F915E0
Black with #F915E0
Text Example
Text Example
White with #F915E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F915E0; }
p { color: rgb(249,21,224); }
H1.HeaderClassName
{
color: #F915E0;
}
.AnyTagClassName
{
color: #F915E0;
}
</style>
background-color css
<style>
a { background-color: #F915E0; }
a { background-color: rgb(249,21,224); }
div.DivClassName
{
background-color: #F915E0;
}
.BgClassName
{
background-color: #F915E0;
}
</style>
border-color css
<style>
span { border-color: #F915E0; }
span { border-color: rgb(249,21,224); }
td.TdClassName
{
border-color: #F915E0;
}
.TagClassName
{
border-color: #F915E0;
}
</style>