Shades of Hot Magenta #F919E5
Tints of Hot Magenta #F919E5
RGB
CMYK
RGB Variations
Color information
#F919E5 (or 0xF919E5) is known color: Hot Magenta. HEX triplet: F9, 19 and E5. RGB value is (249,25,229). Sum of RGB (Red+Green+Blue) = 249+25+229=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 25 (10.16% from 255 or 4.97% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F919E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F919E5 is #06E61A. Grayscale: #727272. Windows color (decimal): -452123 or 15014393. OLE color: 15014393.
HSL color Cylindrical-coordinate representation of color #F919E5: hue angle of 305.36º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F919E5 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 229 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.02 |
| HSL | 305.36º | 0.95% | 0.54% | - |
| HSV(B) | 305.36º | 0.9% | 0.98% | - |
| XYZ | 53.56 | 26.49 | 76.42 | - |
| YUV | 115.23 | 192.21 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 229 | 0 | 0.90 | 0.08 | 0.02 | 305.36 | 0.95 | 0.54 |
| Hex | F9 | 19 | E5 | 0 | 5A | 8 | 2 | 131 | 5F | 36 |
| Octal | 371 | 31 | 345 | 0 | 132 | 10 | 2 | 461 | 137 | 66 |
| Binary | 11111001 | 11001 | 11100101 | 0 | 1011010 | 1000 | 10 | 100110001 | 1011111 | 110110 |
Color Harmonies of #F919E5
Complementary color
Monochromatic Colors of #F919E5
Black with #F919E5
Text Example
Text Example
White with #F919E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F919E5; }
p { color: rgb(249,25,229); }
H1.HeaderClassName
{
color: #F919E5;
}
.AnyTagClassName
{
color: #F919E5;
}
</style>
background-color css
<style>
a { background-color: #F919E5; }
a { background-color: rgb(249,25,229); }
div.DivClassName
{
background-color: #F919E5;
}
.BgClassName
{
background-color: #F919E5;
}
</style>
border-color css
<style>
span { border-color: #F919E5; }
span { border-color: rgb(249,25,229); }
td.TdClassName
{
border-color: #F919E5;
}
.TagClassName
{
border-color: #F919E5;
}
</style>