Shades of Magenta #F919F7
Tints of Magenta #F919F7
RGB
CMYK
RGB Variations
Color information
#F919F7 (or 0xF919F7) is known color: Magenta. HEX triplet: F9, 19 and F7. RGB value is (249,25,247). Sum of RGB (Red+Green+Blue) = 249+25+247=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 25 (10.16% from 255 or 4.80% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F919F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F919F7 is #06E608. Grayscale: #747474. Windows color (decimal): -452105 or 16194041. OLE color: 16194041.
HSL color Cylindrical-coordinate representation of color #F919F7: hue angle of 300.54º 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 #F919F7 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 247 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.02 |
| HSL | 300.54º | 0.95% | 0.54% | - |
| HSV(B) | 300.54º | 0.9% | 0.98% | - |
| XYZ | 56.2 | 27.55 | 90.35 | - |
| YUV | 117.28 | 201.21 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 247 | 0 | 0.90 | 0.01 | 0.02 | 300.54 | 0.95 | 0.54 |
| Hex | F9 | 19 | F7 | 0 | 5A | 1 | 2 | 12D | 5F | 36 |
| Octal | 371 | 31 | 367 | 0 | 132 | 1 | 2 | 455 | 137 | 66 |
| Binary | 11111001 | 11001 | 11110111 | 0 | 1011010 | 1 | 10 | 100101101 | 1011111 | 110110 |
Color Harmonies of #F919F7
Complementary color
Monochromatic Colors of #F919F7
Black with #F919F7
Text Example
Text Example
White with #F919F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F919F7; }
p { color: rgb(249,25,247); }
H1.HeaderClassName
{
color: #F919F7;
}
.AnyTagClassName
{
color: #F919F7;
}
</style>
background-color css
<style>
a { background-color: #F919F7; }
a { background-color: rgb(249,25,247); }
div.DivClassName
{
background-color: #F919F7;
}
.BgClassName
{
background-color: #F919F7;
}
</style>
border-color css
<style>
span { border-color: #F919F7; }
span { border-color: rgb(249,25,247); }
td.TdClassName
{
border-color: #F919F7;
}
.TagClassName
{
border-color: #F919F7;
}
</style>