Shades of Shocking Pink #FF00BC
Tints of Shocking Pink #FF00BC
RGB
CMYK
RGB Variations
Color information
#FF00BC (or 0xFF00BC) is known color: Shocking Pink. HEX triplet: FF, 00 and BC. RGB value is (255,0,188). Sum of RGB (Red+Green+Blue) = 255+0+188=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00BC is #00FF43. Grayscale: #616161. Windows color (decimal): -65348 or 12321023. OLE color: 12321023.
HSL color Cylindrical-coordinate representation of color #FF00BC: hue angle of 315.76º 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 #FF00BC is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.26 | 0 |
| HSL | 315.76º | 1% | 0.5% | - |
| HSV(B) | 315.76º | 1% | 1% | - |
| XYZ | 50.32 | 24.89 | 49.73 | - |
| YUV | 97.68 | 178.98 | 240.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 188 | 0 | 1 | 0.26 | 0 | 315.76 | 1 | 0.5 |
| Hex | FF | 0 | BC | 0 | 64 | 1A | 0 | 13C | 64 | 32 |
| Octal | 377 | 0 | 274 | 0 | 144 | 32 | 0 | 474 | 144 | 62 |
| Binary | 11111111 | 0 | 10111100 | 0 | 1100100 | 11010 | 0 | 100111100 | 1100100 | 110010 |
Color Harmonies of #FF00BC
Complementary color
Monochromatic Colors of #FF00BC
Black with #FF00BC
Text Example
Text Example
White with #FF00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00BC; }
p { color: rgb(255,0,188); }
H1.HeaderClassName
{
color: #FF00BC;
}
.AnyTagClassName
{
color: #FF00BC;
}
</style>
background-color css
<style>
a { background-color: #FF00BC; }
a { background-color: rgb(255,0,188); }
div.DivClassName
{
background-color: #FF00BC;
}
.BgClassName
{
background-color: #FF00BC;
}
</style>
border-color css
<style>
span { border-color: #FF00BC; }
span { border-color: rgb(255,0,188); }
td.TdClassName
{
border-color: #FF00BC;
}
.TagClassName
{
border-color: #FF00BC;
}
</style>