Shades of Shocking Pink #FB0EC7
Tints of Shocking Pink #FB0EC7
RGB
CMYK
RGB Variations
Color information
#FB0EC7 (or 0xFB0EC7) is known color: Shocking Pink. HEX triplet: FB, 0E and C7. RGB value is (251,14,199). Sum of RGB (Red+Green+Blue) = 251+14+199=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0EC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0EC7 is #04F138. Grayscale: #696969. Windows color (decimal): -323897 or 13045499. OLE color: 13045499.
HSL color Cylindrical-coordinate representation of color #FB0EC7: hue angle of 313.16º 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 #FB0EC7 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 199 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.02 |
| HSL | 313.16º | 0.97% | 0.52% | - |
| HSV(B) | 313.16º | 0.94% | 0.98% | - |
| XYZ | 50.25 | 24.95 | 56.2 | - |
| YUV | 105.95 | 180.52 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 199 | 0 | 0.94 | 0.21 | 0.02 | 313.16 | 0.97 | 0.52 |
| Hex | FB | E | C7 | 0 | 5E | 15 | 2 | 139 | 61 | 34 |
| Octal | 373 | 16 | 307 | 0 | 136 | 25 | 2 | 471 | 141 | 64 |
| Binary | 11111011 | 1110 | 11000111 | 0 | 1011110 | 10101 | 10 | 100111001 | 1100001 | 110100 |
Color Harmonies of #FB0EC7
Complementary color
Monochromatic Colors of #FB0EC7
Black with #FB0EC7
Text Example
Text Example
White with #FB0EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0EC7; }
p { color: rgb(251,14,199); }
H1.HeaderClassName
{
color: #FB0EC7;
}
.AnyTagClassName
{
color: #FB0EC7;
}
</style>
background-color css
<style>
a { background-color: #FB0EC7; }
a { background-color: rgb(251,14,199); }
div.DivClassName
{
background-color: #FB0EC7;
}
.BgClassName
{
background-color: #FB0EC7;
}
</style>
border-color css
<style>
span { border-color: #FB0EC7; }
span { border-color: rgb(251,14,199); }
td.TdClassName
{
border-color: #FB0EC7;
}
.TagClassName
{
border-color: #FB0EC7;
}
</style>