Shades of Magenta #FB19ED
Tints of Magenta #FB19ED
RGB
CMYK
RGB Variations
Color information
#FB19ED (or 0xFB19ED) is known color: Magenta. HEX triplet: FB, 19 and ED. RGB value is (251,25,237). Sum of RGB (Red+Green+Blue) = 251+25+237=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 25 (10.16% from 255 or 4.87% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB19ED is #04E612. Grayscale: #747474. Windows color (decimal): -321043 or 15538683. OLE color: 15538683.
HSL color Cylindrical-coordinate representation of color #FB19ED: hue angle of 303.72º 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 #FB19ED is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 237 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.02 |
| HSL | 303.72º | 0.97% | 0.54% | - |
| HSV(B) | 303.72º | 0.9% | 0.98% | - |
| XYZ | 55.42 | 27.32 | 82.47 | - |
| YUV | 116.74 | 195.87 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 237 | 0 | 0.90 | 0.06 | 0.02 | 303.72 | 0.97 | 0.54 |
| Hex | FB | 19 | ED | 0 | 5A | 6 | 2 | 130 | 61 | 36 |
| Octal | 373 | 31 | 355 | 0 | 132 | 6 | 2 | 460 | 141 | 66 |
| Binary | 11111011 | 11001 | 11101101 | 0 | 1011010 | 110 | 10 | 100110000 | 1100001 | 110110 |
Color Harmonies of #FB19ED
Complementary color
Monochromatic Colors of #FB19ED
Black with #FB19ED
Text Example
Text Example
White with #FB19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB19ED; }
p { color: rgb(251,25,237); }
H1.HeaderClassName
{
color: #FB19ED;
}
.AnyTagClassName
{
color: #FB19ED;
}
</style>
background-color css
<style>
a { background-color: #FB19ED; }
a { background-color: rgb(251,25,237); }
div.DivClassName
{
background-color: #FB19ED;
}
.BgClassName
{
background-color: #FB19ED;
}
</style>
border-color css
<style>
span { border-color: #FB19ED; }
span { border-color: rgb(251,25,237); }
td.TdClassName
{
border-color: #FB19ED;
}
.TagClassName
{
border-color: #FB19ED;
}
</style>