Shades of Shocking Pink #FB19D9
Tints of Shocking Pink #FB19D9
RGB
CMYK
RGB Variations
Color information
#FB19D9 (or 0xFB19D9) is known color: Shocking Pink. HEX triplet: FB, 19 and D9. RGB value is (251,25,217). Sum of RGB (Red+Green+Blue) = 251+25+217=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 25 (10.16% from 255 or 5.07% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB19D9 is #04E626. Grayscale: #717171. Windows color (decimal): -321063 or 14227963. OLE color: 14227963.
HSL color Cylindrical-coordinate representation of color #FB19D9: hue angle of 309.03º 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 #FB19D9 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 217 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.02 |
| HSL | 309.03º | 0.97% | 0.54% | - |
| HSV(B) | 309.03º | 0.9% | 0.98% | - |
| XYZ | 52.66 | 26.21 | 67.93 | - |
| YUV | 114.46 | 185.87 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 217 | 0 | 0.90 | 0.14 | 0.02 | 309.03 | 0.97 | 0.54 |
| Hex | FB | 19 | D9 | 0 | 5A | E | 2 | 135 | 61 | 36 |
| Octal | 373 | 31 | 331 | 0 | 132 | 16 | 2 | 465 | 141 | 66 |
| Binary | 11111011 | 11001 | 11011001 | 0 | 1011010 | 1110 | 10 | 100110101 | 1100001 | 110110 |
Color Harmonies of #FB19D9
Complementary color
Monochromatic Colors of #FB19D9
Black with #FB19D9
Text Example
Text Example
White with #FB19D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB19D9; }
p { color: rgb(251,25,217); }
H1.HeaderClassName
{
color: #FB19D9;
}
.AnyTagClassName
{
color: #FB19D9;
}
</style>
background-color css
<style>
a { background-color: #FB19D9; }
a { background-color: rgb(251,25,217); }
div.DivClassName
{
background-color: #FB19D9;
}
.BgClassName
{
background-color: #FB19D9;
}
</style>
border-color css
<style>
span { border-color: #FB19D9; }
span { border-color: rgb(251,25,217); }
td.TdClassName
{
border-color: #FB19D9;
}
.TagClassName
{
border-color: #FB19D9;
}
</style>