Shades of Shocking Pink #FB19BA
Tints of Shocking Pink #FB19BA
RGB
CMYK
RGB Variations
Color information
#FB19BA (or 0xFB19BA) is known color: Shocking Pink. HEX triplet: FB, 19 and BA. RGB value is (251,25,186). Sum of RGB (Red+Green+Blue) = 251+25+186=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB19BA is #04E645. Grayscale: #6E6E6E. Windows color (decimal): -321094 or 12196347. OLE color: 12196347.
HSL color Cylindrical-coordinate representation of color #FB19BA: hue angle of 317.26º 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 #FB19BA is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 186 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.02 |
| HSL | 317.26º | 0.97% | 0.54% | - |
| HSV(B) | 317.26º | 0.9% | 0.98% | - |
| XYZ | 48.99 | 24.75 | 48.65 | - |
| YUV | 110.93 | 170.37 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 186 | 0 | 0.90 | 0.26 | 0.02 | 317.26 | 0.97 | 0.54 |
| Hex | FB | 19 | BA | 0 | 5A | 1A | 2 | 13D | 61 | 36 |
| Octal | 373 | 31 | 272 | 0 | 132 | 32 | 2 | 475 | 141 | 66 |
| Binary | 11111011 | 11001 | 10111010 | 0 | 1011010 | 11010 | 10 | 100111101 | 1100001 | 110110 |
Color Harmonies of #FB19BA
Complementary color
Monochromatic Colors of #FB19BA
Black with #FB19BA
Text Example
Text Example
White with #FB19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB19BA; }
p { color: rgb(251,25,186); }
H1.HeaderClassName
{
color: #FB19BA;
}
.AnyTagClassName
{
color: #FB19BA;
}
</style>
background-color css
<style>
a { background-color: #FB19BA; }
a { background-color: rgb(251,25,186); }
div.DivClassName
{
background-color: #FB19BA;
}
.BgClassName
{
background-color: #FB19BA;
}
</style>
border-color css
<style>
span { border-color: #FB19BA; }
span { border-color: rgb(251,25,186); }
td.TdClassName
{
border-color: #FB19BA;
}
.TagClassName
{
border-color: #FB19BA;
}
</style>