Shades of Shocking Pink #FF0CBB
Tints of Shocking Pink #FF0CBB
RGB
CMYK
RGB Variations
Color information
#FF0CBB (or 0xFF0CBB) is known color: Shocking Pink. HEX triplet: FF, 0C and BB. RGB value is (255,12,187). Sum of RGB (Red+Green+Blue) = 255+12+187=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0CBB is #00F344. Grayscale: #686868. Windows color (decimal): -62277 or 12258559. OLE color: 12258559.
HSL color Cylindrical-coordinate representation of color #FF0CBB: hue angle of 316.79º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0CBB is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 187 | - |
| CMYK | 0 | 0.95 | 0.27 | 0 |
| HSL | 316.79º | 1% | 0.52% | - |
| HSV(B) | 316.79º | 0.95% | 1% | - |
| XYZ | 50.34 | 25.11 | 49.21 | - |
| YUV | 104.61 | 174.51 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 187 | 0 | 0.95 | 0.27 | 0 | 316.79 | 1 | 0.52 |
| Hex | FF | C | BB | 0 | 5F | 1B | 0 | 13D | 64 | 34 |
| Octal | 377 | 14 | 273 | 0 | 137 | 33 | 0 | 475 | 144 | 64 |
| Binary | 11111111 | 1100 | 10111011 | 0 | 1011111 | 11011 | 0 | 100111101 | 1100100 | 110100 |
Color Harmonies of #FF0CBB
Complementary color
Monochromatic Colors of #FF0CBB
Black with #FF0CBB
Text Example
Text Example
White with #FF0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CBB; }
p { color: rgb(255,12,187); }
H1.HeaderClassName
{
color: #FF0CBB;
}
.AnyTagClassName
{
color: #FF0CBB;
}
</style>
background-color css
<style>
a { background-color: #FF0CBB; }
a { background-color: rgb(255,12,187); }
div.DivClassName
{
background-color: #FF0CBB;
}
.BgClassName
{
background-color: #FF0CBB;
}
</style>
border-color css
<style>
span { border-color: #FF0CBB; }
span { border-color: rgb(255,12,187); }
td.TdClassName
{
border-color: #FF0CBB;
}
.TagClassName
{
border-color: #FF0CBB;
}
</style>