Shades of Shocking Pink #FB1CC2
Tints of Shocking Pink #FB1CC2
RGB
CMYK
RGB Variations
Color information
#FB1CC2 (or 0xFB1CC2) is known color: Shocking Pink. HEX triplet: FB, 1C and C2. RGB value is (251,28,194). Sum of RGB (Red+Green+Blue) = 251+28+194=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1CC2 is #04E33D. Grayscale: #717171. Windows color (decimal): -320318 or 12721403. OLE color: 12721403.
HSL color Cylindrical-coordinate representation of color #FB1CC2: hue angle of 315.34º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1CC2 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 194 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.02 |
| HSL | 315.34º | 0.97% | 0.55% | - |
| HSV(B) | 315.34º | 0.89% | 0.98% | - |
| XYZ | 49.94 | 25.23 | 53.28 | - |
| YUV | 113.6 | 173.38 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 194 | 0 | 0.89 | 0.23 | 0.02 | 315.34 | 0.97 | 0.55 |
| Hex | FB | 1C | C2 | 0 | 59 | 17 | 2 | 13B | 61 | 37 |
| Octal | 373 | 34 | 302 | 0 | 131 | 27 | 2 | 473 | 141 | 67 |
| Binary | 11111011 | 11100 | 11000010 | 0 | 1011001 | 10111 | 10 | 100111011 | 1100001 | 110111 |
Color Harmonies of #FB1CC2
Complementary color
Monochromatic Colors of #FB1CC2
Black with #FB1CC2
Text Example
Text Example
White with #FB1CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1CC2; }
p { color: rgb(251,28,194); }
H1.HeaderClassName
{
color: #FB1CC2;
}
.AnyTagClassName
{
color: #FB1CC2;
}
</style>
background-color css
<style>
a { background-color: #FB1CC2; }
a { background-color: rgb(251,28,194); }
div.DivClassName
{
background-color: #FB1CC2;
}
.BgClassName
{
background-color: #FB1CC2;
}
</style>
border-color css
<style>
span { border-color: #FB1CC2; }
span { border-color: rgb(251,28,194); }
td.TdClassName
{
border-color: #FB1CC2;
}
.TagClassName
{
border-color: #FB1CC2;
}
</style>