Shades of Shocking Pink #FB1EC0
Tints of Shocking Pink #FB1EC0
RGB
CMYK
RGB Variations
Color information
#FB1EC0 (or 0xFB1EC0) is known color: Shocking Pink. HEX triplet: FB, 1E and C0. RGB value is (251,30,192). Sum of RGB (Red+Green+Blue) = 251+30+192=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1EC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1EC0 is #04E13F. Grayscale: #727272. Windows color (decimal): -319808 or 12590843. OLE color: 12590843.
HSL color Cylindrical-coordinate representation of color #FB1EC0: hue angle of 316.02º 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 #FB1EC0 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 192 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.02 |
| HSL | 316.02º | 0.97% | 0.55% | - |
| HSV(B) | 316.02º | 0.88% | 0.98% | - |
| XYZ | 49.76 | 25.24 | 52.12 | - |
| YUV | 114.55 | 171.72 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 192 | 0 | 0.88 | 0.24 | 0.02 | 316.02 | 0.97 | 0.55 |
| Hex | FB | 1E | C0 | 0 | 58 | 18 | 2 | 13C | 61 | 37 |
| Octal | 373 | 36 | 300 | 0 | 130 | 30 | 2 | 474 | 141 | 67 |
| Binary | 11111011 | 11110 | 11000000 | 0 | 1011000 | 11000 | 10 | 100111100 | 1100001 | 110111 |
Color Harmonies of #FB1EC0
Complementary color
Monochromatic Colors of #FB1EC0
Black with #FB1EC0
Text Example
Text Example
White with #FB1EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1EC0; }
p { color: rgb(251,30,192); }
H1.HeaderClassName
{
color: #FB1EC0;
}
.AnyTagClassName
{
color: #FB1EC0;
}
</style>
background-color css
<style>
a { background-color: #FB1EC0; }
a { background-color: rgb(251,30,192); }
div.DivClassName
{
background-color: #FB1EC0;
}
.BgClassName
{
background-color: #FB1EC0;
}
</style>
border-color css
<style>
span { border-color: #FB1EC0; }
span { border-color: rgb(251,30,192); }
td.TdClassName
{
border-color: #FB1EC0;
}
.TagClassName
{
border-color: #FB1EC0;
}
</style>