Shades of Magenta #F119FB
Tints of Magenta #F119FB
RGB
CMYK
RGB Variations
Color information
#F119FB (or 0xF119FB) is known color: Magenta. HEX triplet: F1, 19 and FB. RGB value is (241,25,251). Sum of RGB (Red+Green+Blue) = 241+25+251=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 25 (10.16% from 255 or 4.84% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #F119FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F119FB is #0EE604. Grayscale: #727272. Windows color (decimal): -976389 or 16456177. OLE color: 16456177.
HSL color Cylindrical-coordinate representation of color #F119FB: hue angle of 297.35º degrees, saturation: 0.97, 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 #F119FB is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 25 | 251 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.02 |
| HSL | 297.35º | 0.97% | 0.54% | - |
| HSV(B) | 297.35º | 0.9% | 0.98% | - |
| XYZ | 54.04 | 26.36 | 93.51 | - |
| YUV | 115.35 | 204.56 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 251 | 0.04 | 0.90 | 0 | 0.02 | 297.35 | 0.97 | 0.54 |
| Hex | F1 | 19 | FB | 4 | 5A | 0 | 2 | 129 | 61 | 36 |
| Octal | 361 | 31 | 373 | 4 | 132 | 0 | 2 | 451 | 141 | 66 |
| Binary | 11110001 | 11001 | 11111011 | 100 | 1011010 | 0 | 10 | 100101001 | 1100001 | 110110 |
Color Harmonies of #F119FB
Complementary color
Monochromatic Colors of #F119FB
Black with #F119FB
Text Example
Text Example
White with #F119FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119FB; }
p { color: rgb(241,25,251); }
H1.HeaderClassName
{
color: #F119FB;
}
.AnyTagClassName
{
color: #F119FB;
}
</style>
background-color css
<style>
a { background-color: #F119FB; }
a { background-color: rgb(241,25,251); }
div.DivClassName
{
background-color: #F119FB;
}
.BgClassName
{
background-color: #F119FB;
}
</style>
border-color css
<style>
span { border-color: #F119FB; }
span { border-color: rgb(241,25,251); }
td.TdClassName
{
border-color: #F119FB;
}
.TagClassName
{
border-color: #F119FB;
}
</style>