Shades of Shocking Pink #FE0CBB
Tints of Shocking Pink #FE0CBB
RGB
CMYK
RGB Variations
Color information
#FE0CBB (or 0xFE0CBB) is known color: Shocking Pink. HEX triplet: FE, 0C and BB. RGB value is (254,12,187). Sum of RGB (Red+Green+Blue) = 254+12+187=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0CBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0CBB is #01F344. Grayscale: #676767. Windows color (decimal): -127813 or 12258558. OLE color: 12258558.
HSL color Cylindrical-coordinate representation of color #FE0CBB: hue angle of 316.61º 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 #FE0CBB is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 187 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.00 |
| HSL | 316.61º | 0.99% | 0.52% | - |
| HSV(B) | 316.61º | 0.95% | 1% | - |
| XYZ | 49.97 | 24.92 | 49.19 | - |
| YUV | 104.31 | 174.67 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 187 | 0 | 0.95 | 0.26 | 0.00 | 316.61 | 0.99 | 0.52 |
| Hex | FE | C | BB | 0 | 5F | 1A | 0 | 13D | 63 | 34 |
| Octal | 376 | 14 | 273 | 0 | 137 | 32 | 0 | 475 | 143 | 64 |
| Binary | 11111110 | 1100 | 10111011 | 0 | 1011111 | 11010 | 0 | 100111101 | 1100011 | 110100 |
Color Harmonies of #FE0CBB
Complementary color
Monochromatic Colors of #FE0CBB
Black with #FE0CBB
Text Example
Text Example
White with #FE0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0CBB; }
p { color: rgb(254,12,187); }
H1.HeaderClassName
{
color: #FE0CBB;
}
.AnyTagClassName
{
color: #FE0CBB;
}
</style>
background-color css
<style>
a { background-color: #FE0CBB; }
a { background-color: rgb(254,12,187); }
div.DivClassName
{
background-color: #FE0CBB;
}
.BgClassName
{
background-color: #FE0CBB;
}
</style>
border-color css
<style>
span { border-color: #FE0CBB; }
span { border-color: rgb(254,12,187); }
td.TdClassName
{
border-color: #FE0CBB;
}
.TagClassName
{
border-color: #FE0CBB;
}
</style>