Shades of Shocking Pink #FB0EBA
Tints of Shocking Pink #FB0EBA
RGB
CMYK
RGB Variations
Color information
#FB0EBA (or 0xFB0EBA) is known color: Shocking Pink. HEX triplet: FB, 0E and BA. RGB value is (251,14,186). Sum of RGB (Red+Green+Blue) = 251+14+186=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0EBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0EBA is #04F145. Grayscale: #686868. Windows color (decimal): -323910 or 12193531. OLE color: 12193531.
HSL color Cylindrical-coordinate representation of color #FB0EBA: hue angle of 316.46º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0EBA is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 186 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.02 |
| HSL | 316.46º | 0.97% | 0.52% | - |
| HSV(B) | 316.46º | 0.94% | 0.98% | - |
| XYZ | 48.8 | 24.37 | 48.59 | - |
| YUV | 104.47 | 174.02 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 186 | 0 | 0.94 | 0.26 | 0.02 | 316.46 | 0.97 | 0.52 |
| Hex | FB | E | BA | 0 | 5E | 1A | 2 | 13C | 61 | 34 |
| Octal | 373 | 16 | 272 | 0 | 136 | 32 | 2 | 474 | 141 | 64 |
| Binary | 11111011 | 1110 | 10111010 | 0 | 1011110 | 11010 | 10 | 100111100 | 1100001 | 110100 |
Color Harmonies of #FB0EBA
Complementary color
Monochromatic Colors of #FB0EBA
Black with #FB0EBA
Text Example
Text Example
White with #FB0EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0EBA; }
p { color: rgb(251,14,186); }
H1.HeaderClassName
{
color: #FB0EBA;
}
.AnyTagClassName
{
color: #FB0EBA;
}
</style>
background-color css
<style>
a { background-color: #FB0EBA; }
a { background-color: rgb(251,14,186); }
div.DivClassName
{
background-color: #FB0EBA;
}
.BgClassName
{
background-color: #FB0EBA;
}
</style>
border-color css
<style>
span { border-color: #FB0EBA; }
span { border-color: rgb(251,14,186); }
td.TdClassName
{
border-color: #FB0EBA;
}
.TagClassName
{
border-color: #FB0EBA;
}
</style>