Shades of Shocking Pink #FF08BC
Tints of Shocking Pink #FF08BC
RGB
CMYK
RGB Variations
Color information
#FF08BC (or 0xFF08BC) is known color: Shocking Pink. HEX triplet: FF, 08 and BC. RGB value is (255,8,188). Sum of RGB (Red+Green+Blue) = 255+8+188=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 8 (3.52% from 255 or 1.77% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF08BC is #00F743. Grayscale: #656565. Windows color (decimal): -63300 or 12323071. OLE color: 12323071.
HSL color Cylindrical-coordinate representation of color #FF08BC: hue angle of 316.28º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF08BC is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 188 | - |
| CMYK | 0 | 0.97 | 0.26 | 0 |
| HSL | 316.28º | 1% | 0.52% | - |
| HSV(B) | 316.28º | 0.97% | 1% | - |
| XYZ | 50.4 | 25.06 | 49.76 | - |
| YUV | 102.37 | 176.33 | 236.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 188 | 0 | 0.97 | 0.26 | 0 | 316.28 | 1 | 0.52 |
| Hex | FF | 8 | BC | 0 | 61 | 1A | 0 | 13C | 64 | 34 |
| Octal | 377 | 10 | 274 | 0 | 141 | 32 | 0 | 474 | 144 | 64 |
| Binary | 11111111 | 1000 | 10111100 | 0 | 1100001 | 11010 | 0 | 100111100 | 1100100 | 110100 |
Color Harmonies of #FF08BC
Complementary color
Monochromatic Colors of #FF08BC
Black with #FF08BC
Text Example
Text Example
White with #FF08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08BC; }
p { color: rgb(255,8,188); }
H1.HeaderClassName
{
color: #FF08BC;
}
.AnyTagClassName
{
color: #FF08BC;
}
</style>
background-color css
<style>
a { background-color: #FF08BC; }
a { background-color: rgb(255,8,188); }
div.DivClassName
{
background-color: #FF08BC;
}
.BgClassName
{
background-color: #FF08BC;
}
</style>
border-color css
<style>
span { border-color: #FF08BC; }
span { border-color: rgb(255,8,188); }
td.TdClassName
{
border-color: #FF08BC;
}
.TagClassName
{
border-color: #FF08BC;
}
</style>