Shades of Magenta #FB19E7
Tints of Magenta #FB19E7
RGB
CMYK
RGB Variations
Color information
#FB19E7 (or 0xFB19E7) is known color: Magenta. HEX triplet: FB, 19 and E7. RGB value is (251,25,231). Sum of RGB (Red+Green+Blue) = 251+25+231=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 25 (10.16% from 255 or 4.93% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB19E7 is #04E618. Grayscale: #737373. Windows color (decimal): -321049 or 15145467. OLE color: 15145467.
HSL color Cylindrical-coordinate representation of color #FB19E7: hue angle of 305.31º 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 #FB19E7 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 231 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.02 |
| HSL | 305.31º | 0.97% | 0.54% | - |
| HSV(B) | 305.31º | 0.9% | 0.98% | - |
| XYZ | 54.56 | 26.97 | 77.93 | - |
| YUV | 116.06 | 192.87 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 231 | 0 | 0.90 | 0.08 | 0.02 | 305.31 | 0.97 | 0.54 |
| Hex | FB | 19 | E7 | 0 | 5A | 8 | 2 | 131 | 61 | 36 |
| Octal | 373 | 31 | 347 | 0 | 132 | 10 | 2 | 461 | 141 | 66 |
| Binary | 11111011 | 11001 | 11100111 | 0 | 1011010 | 1000 | 10 | 100110001 | 1100001 | 110110 |
Color Harmonies of #FB19E7
Complementary color
Monochromatic Colors of #FB19E7
Black with #FB19E7
Text Example
Text Example
White with #FB19E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB19E7; }
p { color: rgb(251,25,231); }
H1.HeaderClassName
{
color: #FB19E7;
}
.AnyTagClassName
{
color: #FB19E7;
}
</style>
background-color css
<style>
a { background-color: #FB19E7; }
a { background-color: rgb(251,25,231); }
div.DivClassName
{
background-color: #FB19E7;
}
.BgClassName
{
background-color: #FB19E7;
}
</style>
border-color css
<style>
span { border-color: #FB19E7; }
span { border-color: rgb(251,25,231); }
td.TdClassName
{
border-color: #FB19E7;
}
.TagClassName
{
border-color: #FB19E7;
}
</style>