Shades of Shocking Pink #FB0EC3
Tints of Shocking Pink #FB0EC3
RGB
CMYK
RGB Variations
Color information
#FB0EC3 (or 0xFB0EC3) is known color: Shocking Pink. HEX triplet: FB, 0E and C3. RGB value is (251,14,195). Sum of RGB (Red+Green+Blue) = 251+14+195=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0EC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0EC3 is #04F13C. Grayscale: #696969. Windows color (decimal): -323901 or 12783355. OLE color: 12783355.
HSL color Cylindrical-coordinate representation of color #FB0EC3: hue angle of 314.18º 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 #FB0EC3 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 195 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.02 |
| HSL | 314.18º | 0.97% | 0.52% | - |
| HSV(B) | 314.18º | 0.94% | 0.98% | - |
| XYZ | 49.79 | 24.76 | 53.79 | - |
| YUV | 105.5 | 178.52 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 195 | 0 | 0.94 | 0.22 | 0.02 | 314.18 | 0.97 | 0.52 |
| Hex | FB | E | C3 | 0 | 5E | 16 | 2 | 13A | 61 | 34 |
| Octal | 373 | 16 | 303 | 0 | 136 | 26 | 2 | 472 | 141 | 64 |
| Binary | 11111011 | 1110 | 11000011 | 0 | 1011110 | 10110 | 10 | 100111010 | 1100001 | 110100 |
Color Harmonies of #FB0EC3
Complementary color
Monochromatic Colors of #FB0EC3
Black with #FB0EC3
Text Example
Text Example
White with #FB0EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0EC3; }
p { color: rgb(251,14,195); }
H1.HeaderClassName
{
color: #FB0EC3;
}
.AnyTagClassName
{
color: #FB0EC3;
}
</style>
background-color css
<style>
a { background-color: #FB0EC3; }
a { background-color: rgb(251,14,195); }
div.DivClassName
{
background-color: #FB0EC3;
}
.BgClassName
{
background-color: #FB0EC3;
}
</style>
border-color css
<style>
span { border-color: #FB0EC3; }
span { border-color: rgb(251,14,195); }
td.TdClassName
{
border-color: #FB0EC3;
}
.TagClassName
{
border-color: #FB0EC3;
}
</style>