Shades of Magenta #FB19F4
Tints of Magenta #FB19F4
RGB
CMYK
RGB Variations
Color information
#FB19F4 (or 0xFB19F4) is known color: Magenta. HEX triplet: FB, 19 and F4. RGB value is (251,25,244). Sum of RGB (Red+Green+Blue) = 251+25+244=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 25 (10.16% from 255 or 4.81% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB19F4 is #04E60B. Grayscale: #747474. Windows color (decimal): -321036 or 15997435. OLE color: 15997435.
HSL color Cylindrical-coordinate representation of color #FB19F4: hue angle of 301.86º 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 #FB19F4 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 244 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.02 |
| HSL | 301.86º | 0.97% | 0.54% | - |
| HSV(B) | 301.86º | 0.9% | 0.98% | - |
| XYZ | 56.46 | 27.74 | 87.97 | - |
| YUV | 117.54 | 199.37 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 244 | 0 | 0.90 | 0.03 | 0.02 | 301.86 | 0.97 | 0.54 |
| Hex | FB | 19 | F4 | 0 | 5A | 3 | 2 | 12E | 61 | 36 |
| Octal | 373 | 31 | 364 | 0 | 132 | 3 | 2 | 456 | 141 | 66 |
| Binary | 11111011 | 11001 | 11110100 | 0 | 1011010 | 11 | 10 | 100101110 | 1100001 | 110110 |
Color Harmonies of #FB19F4
Complementary color
Monochromatic Colors of #FB19F4
Black with #FB19F4
Text Example
Text Example
White with #FB19F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB19F4; }
p { color: rgb(251,25,244); }
H1.HeaderClassName
{
color: #FB19F4;
}
.AnyTagClassName
{
color: #FB19F4;
}
</style>
background-color css
<style>
a { background-color: #FB19F4; }
a { background-color: rgb(251,25,244); }
div.DivClassName
{
background-color: #FB19F4;
}
.BgClassName
{
background-color: #FB19F4;
}
</style>
border-color css
<style>
span { border-color: #FB19F4; }
span { border-color: rgb(251,25,244); }
td.TdClassName
{
border-color: #FB19F4;
}
.TagClassName
{
border-color: #FB19F4;
}
</style>