Shades of Magenta #F919E9
Tints of Magenta #F919E9
RGB
CMYK
RGB Variations
Color information
#F919E9 (or 0xF919E9) is known color: Magenta. HEX triplet: F9, 19 and E9. RGB value is (249,25,233). Sum of RGB (Red+Green+Blue) = 249+25+233=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 25 (10.16% from 255 or 4.93% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F919E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F919E9 is #06E616. Grayscale: #737373. Windows color (decimal): -452119 or 15276537. OLE color: 15276537.
HSL color Cylindrical-coordinate representation of color #F919E9: hue angle of 304.29º 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 #F919E9 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 233 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.02 |
| HSL | 304.29º | 0.95% | 0.54% | - |
| HSV(B) | 304.29º | 0.9% | 0.98% | - |
| XYZ | 54.12 | 26.72 | 79.4 | - |
| YUV | 115.69 | 194.21 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 233 | 0 | 0.90 | 0.06 | 0.02 | 304.29 | 0.95 | 0.54 |
| Hex | F9 | 19 | E9 | 0 | 5A | 6 | 2 | 130 | 5F | 36 |
| Octal | 371 | 31 | 351 | 0 | 132 | 6 | 2 | 460 | 137 | 66 |
| Binary | 11111001 | 11001 | 11101001 | 0 | 1011010 | 110 | 10 | 100110000 | 1011111 | 110110 |
Color Harmonies of #F919E9
Complementary color
Monochromatic Colors of #F919E9
Black with #F919E9
Text Example
Text Example
White with #F919E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F919E9; }
p { color: rgb(249,25,233); }
H1.HeaderClassName
{
color: #F919E9;
}
.AnyTagClassName
{
color: #F919E9;
}
</style>
background-color css
<style>
a { background-color: #F919E9; }
a { background-color: rgb(249,25,233); }
div.DivClassName
{
background-color: #F919E9;
}
.BgClassName
{
background-color: #F919E9;
}
</style>
border-color css
<style>
span { border-color: #F919E9; }
span { border-color: rgb(249,25,233); }
td.TdClassName
{
border-color: #F919E9;
}
.TagClassName
{
border-color: #F919E9;
}
</style>