Shades of Shocking Pink #FB0ECC
Tints of Shocking Pink #FB0ECC
RGB
CMYK
RGB Variations
Color information
#FB0ECC (or 0xFB0ECC) is known color: Shocking Pink. HEX triplet: FB, 0E and CC. RGB value is (251,14,204). Sum of RGB (Red+Green+Blue) = 251+14+204=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 14 (5.86% from 255 or 2.99% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0ECC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0ECC is #04F133. Grayscale: #6A6A6A. Windows color (decimal): -323892 or 13373179. OLE color: 13373179.
HSL color Cylindrical-coordinate representation of color #FB0ECC: hue angle of 311.9º 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 #FB0ECC is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 204 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.02 |
| HSL | 311.9º | 0.97% | 0.52% | - |
| HSV(B) | 311.9º | 0.94% | 0.98% | - |
| XYZ | 50.84 | 25.18 | 59.31 | - |
| YUV | 106.52 | 183.02 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 204 | 0 | 0.94 | 0.19 | 0.02 | 311.9 | 0.97 | 0.52 |
| Hex | FB | E | CC | 0 | 5E | 13 | 2 | 138 | 61 | 34 |
| Octal | 373 | 16 | 314 | 0 | 136 | 23 | 2 | 470 | 141 | 64 |
| Binary | 11111011 | 1110 | 11001100 | 0 | 1011110 | 10011 | 10 | 100111000 | 1100001 | 110100 |
Color Harmonies of #FB0ECC
Complementary color
Monochromatic Colors of #FB0ECC
Black with #FB0ECC
Text Example
Text Example
White with #FB0ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0ECC; }
p { color: rgb(251,14,204); }
H1.HeaderClassName
{
color: #FB0ECC;
}
.AnyTagClassName
{
color: #FB0ECC;
}
</style>
background-color css
<style>
a { background-color: #FB0ECC; }
a { background-color: rgb(251,14,204); }
div.DivClassName
{
background-color: #FB0ECC;
}
.BgClassName
{
background-color: #FB0ECC;
}
</style>
border-color css
<style>
span { border-color: #FB0ECC; }
span { border-color: rgb(251,14,204); }
td.TdClassName
{
border-color: #FB0ECC;
}
.TagClassName
{
border-color: #FB0ECC;
}
</style>