Shades of Shocking Pink #FE00BC
Tints of Shocking Pink #FE00BC
RGB
CMYK
RGB Variations
Color information
#FE00BC (or 0xFE00BC) is known color: Shocking Pink. HEX triplet: FE, 00 and BC. RGB value is (254,0,188). Sum of RGB (Red+Green+Blue) = 254+0+188=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00BC is #01FF43. Grayscale: #606060. Windows color (decimal): -130884 or 12321022. OLE color: 12321022.
HSL color Cylindrical-coordinate representation of color #FE00BC: hue angle of 315.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE00BC is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.26 | 0.00 |
| HSL | 315.59º | 1% | 0.5% | - |
| HSV(B) | 315.59º | 1% | 1% | - |
| XYZ | 49.95 | 24.7 | 49.71 | - |
| YUV | 97.38 | 179.15 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 188 | 0 | 1 | 0.26 | 0.00 | 315.59 | 1 | 0.5 |
| Hex | FE | 0 | BC | 0 | 64 | 1A | 0 | 13C | 64 | 32 |
| Octal | 376 | 0 | 274 | 0 | 144 | 32 | 0 | 474 | 144 | 62 |
| Binary | 11111110 | 0 | 10111100 | 0 | 1100100 | 11010 | 0 | 100111100 | 1100100 | 110010 |
Color Harmonies of #FE00BC
Complementary color
Monochromatic Colors of #FE00BC
Black with #FE00BC
Text Example
Text Example
White with #FE00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00BC; }
p { color: rgb(254,0,188); }
H1.HeaderClassName
{
color: #FE00BC;
}
.AnyTagClassName
{
color: #FE00BC;
}
</style>
background-color css
<style>
a { background-color: #FE00BC; }
a { background-color: rgb(254,0,188); }
div.DivClassName
{
background-color: #FE00BC;
}
.BgClassName
{
background-color: #FE00BC;
}
</style>
border-color css
<style>
span { border-color: #FE00BC; }
span { border-color: rgb(254,0,188); }
td.TdClassName
{
border-color: #FE00BC;
}
.TagClassName
{
border-color: #FE00BC;
}
</style>