Shades of Magenta #F019FB
Tints of Magenta #F019FB
RGB
CMYK
RGB Variations
Color information
#F019FB (or 0xF019FB) is known color: Magenta. HEX triplet: F0, 19 and FB. RGB value is (240,25,251). Sum of RGB (Red+Green+Blue) = 240+25+251=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 25 (10.16% from 255 or 4.84% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #F019FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F019FB is #0FE604. Grayscale: #727272. Windows color (decimal): -1041925 or 16456176. OLE color: 16456176.
HSL color Cylindrical-coordinate representation of color #F019FB: hue angle of 297.08º 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 #F019FB is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 25 | 251 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.02 |
| HSL | 297.08º | 0.97% | 0.54% | - |
| HSV(B) | 297.08º | 0.9% | 0.98% | - |
| XYZ | 53.7 | 26.19 | 93.49 | - |
| YUV | 115.05 | 204.73 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 251 | 0.04 | 0.90 | 0 | 0.02 | 297.08 | 0.97 | 0.54 |
| Hex | F0 | 19 | FB | 4 | 5A | 0 | 2 | 129 | 61 | 36 |
| Octal | 360 | 31 | 373 | 4 | 132 | 0 | 2 | 451 | 141 | 66 |
| Binary | 11110000 | 11001 | 11111011 | 100 | 1011010 | 0 | 10 | 100101001 | 1100001 | 110110 |
Color Harmonies of #F019FB
Complementary color
Monochromatic Colors of #F019FB
Black with #F019FB
Text Example
Text Example
White with #F019FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019FB; }
p { color: rgb(240,25,251); }
H1.HeaderClassName
{
color: #F019FB;
}
.AnyTagClassName
{
color: #F019FB;
}
</style>
background-color css
<style>
a { background-color: #F019FB; }
a { background-color: rgb(240,25,251); }
div.DivClassName
{
background-color: #F019FB;
}
.BgClassName
{
background-color: #F019FB;
}
</style>
border-color css
<style>
span { border-color: #F019FB; }
span { border-color: rgb(240,25,251); }
td.TdClassName
{
border-color: #F019FB;
}
.TagClassName
{
border-color: #F019FB;
}
</style>