Shades of Shocking Pink #FB19C2
Tints of Shocking Pink #FB19C2
RGB
CMYK
RGB Variations
Color information
#FB19C2 (or 0xFB19C2) is known color: Shocking Pink. HEX triplet: FB, 19 and C2. RGB value is (251,25,194). Sum of RGB (Red+Green+Blue) = 251+25+194=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB19C2 is #04E63D. Grayscale: #6F6F6F. Windows color (decimal): -321086 or 12720635. OLE color: 12720635.
HSL color Cylindrical-coordinate representation of color #FB19C2: hue angle of 315.13º 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 #FB19C2 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 194 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.02 |
| HSL | 315.13º | 0.97% | 0.54% | - |
| HSV(B) | 315.13º | 0.9% | 0.98% | - |
| XYZ | 49.87 | 25.1 | 53.26 | - |
| YUV | 111.84 | 174.37 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 194 | 0 | 0.90 | 0.23 | 0.02 | 315.13 | 0.97 | 0.54 |
| Hex | FB | 19 | C2 | 0 | 5A | 17 | 2 | 13B | 61 | 36 |
| Octal | 373 | 31 | 302 | 0 | 132 | 27 | 2 | 473 | 141 | 66 |
| Binary | 11111011 | 11001 | 11000010 | 0 | 1011010 | 10111 | 10 | 100111011 | 1100001 | 110110 |
Color Harmonies of #FB19C2
Complementary color
Monochromatic Colors of #FB19C2
Black with #FB19C2
Text Example
Text Example
White with #FB19C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB19C2; }
p { color: rgb(251,25,194); }
H1.HeaderClassName
{
color: #FB19C2;
}
.AnyTagClassName
{
color: #FB19C2;
}
</style>
background-color css
<style>
a { background-color: #FB19C2; }
a { background-color: rgb(251,25,194); }
div.DivClassName
{
background-color: #FB19C2;
}
.BgClassName
{
background-color: #FB19C2;
}
</style>
border-color css
<style>
span { border-color: #FB19C2; }
span { border-color: rgb(251,25,194); }
td.TdClassName
{
border-color: #FB19C2;
}
.TagClassName
{
border-color: #FB19C2;
}
</style>