Shades of Shocking Pink #FB1ECC
Tints of Shocking Pink #FB1ECC
RGB
CMYK
RGB Variations
Color information
#FB1ECC (or 0xFB1ECC) is known color: Shocking Pink. HEX triplet: FB, 1E and CC. RGB value is (251,30,204). Sum of RGB (Red+Green+Blue) = 251+30+204=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 30 (12.11% from 255 or 6.19% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1ECC is #04E133. Grayscale: #737373. Windows color (decimal): -319796 or 13377275. OLE color: 13377275.
HSL color Cylindrical-coordinate representation of color #FB1ECC: hue angle of 312.76º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1ECC is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 204 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.02 |
| HSL | 312.76º | 0.97% | 0.55% | - |
| HSV(B) | 312.76º | 0.88% | 0.98% | - |
| XYZ | 51.15 | 25.8 | 59.41 | - |
| YUV | 115.92 | 177.72 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 204 | 0 | 0.88 | 0.19 | 0.02 | 312.76 | 0.97 | 0.55 |
| Hex | FB | 1E | CC | 0 | 58 | 13 | 2 | 139 | 61 | 37 |
| Octal | 373 | 36 | 314 | 0 | 130 | 23 | 2 | 471 | 141 | 67 |
| Binary | 11111011 | 11110 | 11001100 | 0 | 1011000 | 10011 | 10 | 100111001 | 1100001 | 110111 |
Color Harmonies of #FB1ECC
Complementary color
Monochromatic Colors of #FB1ECC
Black with #FB1ECC
Text Example
Text Example
White with #FB1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1ECC; }
p { color: rgb(251,30,204); }
H1.HeaderClassName
{
color: #FB1ECC;
}
.AnyTagClassName
{
color: #FB1ECC;
}
</style>
background-color css
<style>
a { background-color: #FB1ECC; }
a { background-color: rgb(251,30,204); }
div.DivClassName
{
background-color: #FB1ECC;
}
.BgClassName
{
background-color: #FB1ECC;
}
</style>
border-color css
<style>
span { border-color: #FB1ECC; }
span { border-color: rgb(251,30,204); }
td.TdClassName
{
border-color: #FB1ECC;
}
.TagClassName
{
border-color: #FB1ECC;
}
</style>