Shades of Shocking Pink #FE0CBC
Tints of Shocking Pink #FE0CBC
RGB
CMYK
RGB Variations
Color information
#FE0CBC (or 0xFE0CBC) is known color: Shocking Pink. HEX triplet: FE, 0C and BC. RGB value is (254,12,188). Sum of RGB (Red+Green+Blue) = 254+12+188=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0CBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0CBC is #01F343. Grayscale: #676767. Windows color (decimal): -127812 or 12324094. OLE color: 12324094.
HSL color Cylindrical-coordinate representation of color #FE0CBC: hue angle of 316.36º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0CBC is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.00 |
| HSL | 316.36º | 0.99% | 0.52% | - |
| HSV(B) | 316.36º | 0.95% | 1% | - |
| XYZ | 50.08 | 24.96 | 49.76 | - |
| YUV | 104.42 | 175.17 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 188 | 0 | 0.95 | 0.26 | 0.00 | 316.36 | 0.99 | 0.52 |
| Hex | FE | C | BC | 0 | 5F | 1A | 0 | 13C | 63 | 34 |
| Octal | 376 | 14 | 274 | 0 | 137 | 32 | 0 | 474 | 143 | 64 |
| Binary | 11111110 | 1100 | 10111100 | 0 | 1011111 | 11010 | 0 | 100111100 | 1100011 | 110100 |
Color Harmonies of #FE0CBC
Complementary color
Monochromatic Colors of #FE0CBC
Black with #FE0CBC
Text Example
Text Example
White with #FE0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0CBC; }
p { color: rgb(254,12,188); }
H1.HeaderClassName
{
color: #FE0CBC;
}
.AnyTagClassName
{
color: #FE0CBC;
}
</style>
background-color css
<style>
a { background-color: #FE0CBC; }
a { background-color: rgb(254,12,188); }
div.DivClassName
{
background-color: #FE0CBC;
}
.BgClassName
{
background-color: #FE0CBC;
}
</style>
border-color css
<style>
span { border-color: #FE0CBC; }
span { border-color: rgb(254,12,188); }
td.TdClassName
{
border-color: #FE0CBC;
}
.TagClassName
{
border-color: #FE0CBC;
}
</style>