Shades of Magenta #FB19EF
Tints of Magenta #FB19EF
RGB
CMYK
RGB Variations
Color information
#FB19EF (or 0xFB19EF) is known color: Magenta. HEX triplet: FB, 19 and EF. RGB value is (251,25,239). Sum of RGB (Red+Green+Blue) = 251+25+239=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 25 (10.16% from 255 or 4.85% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB19EF is #04E610. Grayscale: #747474. Windows color (decimal): -321041 or 15669755. OLE color: 15669755.
HSL color Cylindrical-coordinate representation of color #FB19EF: hue angle of 303.19º 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 #FB19EF is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 239 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.02 |
| HSL | 303.19º | 0.97% | 0.54% | - |
| HSV(B) | 303.19º | 0.9% | 0.98% | - |
| XYZ | 55.71 | 27.44 | 84.02 | - |
| YUV | 116.97 | 196.87 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 239 | 0 | 0.90 | 0.05 | 0.02 | 303.19 | 0.97 | 0.54 |
| Hex | FB | 19 | EF | 0 | 5A | 5 | 2 | 12F | 61 | 36 |
| Octal | 373 | 31 | 357 | 0 | 132 | 5 | 2 | 457 | 141 | 66 |
| Binary | 11111011 | 11001 | 11101111 | 0 | 1011010 | 101 | 10 | 100101111 | 1100001 | 110110 |
Color Harmonies of #FB19EF
Complementary color
Monochromatic Colors of #FB19EF
Black with #FB19EF
Text Example
Text Example
White with #FB19EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB19EF; }
p { color: rgb(251,25,239); }
H1.HeaderClassName
{
color: #FB19EF;
}
.AnyTagClassName
{
color: #FB19EF;
}
</style>
background-color css
<style>
a { background-color: #FB19EF; }
a { background-color: rgb(251,25,239); }
div.DivClassName
{
background-color: #FB19EF;
}
.BgClassName
{
background-color: #FB19EF;
}
</style>
border-color css
<style>
span { border-color: #FB19EF; }
span { border-color: rgb(251,25,239); }
td.TdClassName
{
border-color: #FB19EF;
}
.TagClassName
{
border-color: #FB19EF;
}
</style>