Shades of Shocking Pink #FB19C5
Tints of Shocking Pink #FB19C5
RGB
CMYK
RGB Variations
Color information
#FB19C5 (or 0xFB19C5) is known color: Shocking Pink. HEX triplet: FB, 19 and C5. RGB value is (251,25,197). Sum of RGB (Red+Green+Blue) = 251+25+197=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB19C5 is #04E63A. Grayscale: #6F6F6F. Windows color (decimal): -321083 or 12917243. OLE color: 12917243.
HSL color Cylindrical-coordinate representation of color #FB19C5: hue angle of 314.34º 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 #FB19C5 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 197 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.02 |
| HSL | 314.34º | 0.97% | 0.54% | - |
| HSV(B) | 314.34º | 0.9% | 0.98% | - |
| XYZ | 50.21 | 25.24 | 55.05 | - |
| YUV | 112.18 | 175.87 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 197 | 0 | 0.90 | 0.22 | 0.02 | 314.34 | 0.97 | 0.54 |
| Hex | FB | 19 | C5 | 0 | 5A | 16 | 2 | 13A | 61 | 36 |
| Octal | 373 | 31 | 305 | 0 | 132 | 26 | 2 | 472 | 141 | 66 |
| Binary | 11111011 | 11001 | 11000101 | 0 | 1011010 | 10110 | 10 | 100111010 | 1100001 | 110110 |
Color Harmonies of #FB19C5
Complementary color
Monochromatic Colors of #FB19C5
Black with #FB19C5
Text Example
Text Example
White with #FB19C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB19C5; }
p { color: rgb(251,25,197); }
H1.HeaderClassName
{
color: #FB19C5;
}
.AnyTagClassName
{
color: #FB19C5;
}
</style>
background-color css
<style>
a { background-color: #FB19C5; }
a { background-color: rgb(251,25,197); }
div.DivClassName
{
background-color: #FB19C5;
}
.BgClassName
{
background-color: #FB19C5;
}
</style>
border-color css
<style>
span { border-color: #FB19C5; }
span { border-color: rgb(251,25,197); }
td.TdClassName
{
border-color: #FB19C5;
}
.TagClassName
{
border-color: #FB19C5;
}
</style>