Shades of Shocking Pink #FB19C8
Tints of Shocking Pink #FB19C8
RGB
CMYK
RGB Variations
Color information
#FB19C8 (or 0xFB19C8) is known color: Shocking Pink. HEX triplet: FB, 19 and C8. RGB value is (251,25,200). Sum of RGB (Red+Green+Blue) = 251+25+200=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB19C8 is #04E637. Grayscale: #707070. Windows color (decimal): -321080 or 13113851. OLE color: 13113851.
HSL color Cylindrical-coordinate representation of color #FB19C8: hue angle of 313.54º 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 #FB19C8 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 200 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.02 |
| HSL | 313.54º | 0.97% | 0.54% | - |
| HSV(B) | 313.54º | 0.9% | 0.98% | - |
| XYZ | 50.56 | 25.37 | 56.88 | - |
| YUV | 112.52 | 177.37 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 200 | 0 | 0.90 | 0.20 | 0.02 | 313.54 | 0.97 | 0.54 |
| Hex | FB | 19 | C8 | 0 | 5A | 14 | 2 | 13A | 61 | 36 |
| Octal | 373 | 31 | 310 | 0 | 132 | 24 | 2 | 472 | 141 | 66 |
| Binary | 11111011 | 11001 | 11001000 | 0 | 1011010 | 10100 | 10 | 100111010 | 1100001 | 110110 |
Color Harmonies of #FB19C8
Complementary color
Monochromatic Colors of #FB19C8
Black with #FB19C8
Text Example
Text Example
White with #FB19C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB19C8; }
p { color: rgb(251,25,200); }
H1.HeaderClassName
{
color: #FB19C8;
}
.AnyTagClassName
{
color: #FB19C8;
}
</style>
background-color css
<style>
a { background-color: #FB19C8; }
a { background-color: rgb(251,25,200); }
div.DivClassName
{
background-color: #FB19C8;
}
.BgClassName
{
background-color: #FB19C8;
}
</style>
border-color css
<style>
span { border-color: #FB19C8; }
span { border-color: rgb(251,25,200); }
td.TdClassName
{
border-color: #FB19C8;
}
.TagClassName
{
border-color: #FB19C8;
}
</style>