Shades of Shocking Pink #FF0CBC
Tints of Shocking Pink #FF0CBC
RGB
CMYK
RGB Variations
Color information
#FF0CBC (or 0xFF0CBC) is known color: Shocking Pink. HEX triplet: FF, 0C and BC. RGB value is (255,12,188). Sum of RGB (Red+Green+Blue) = 255+12+188=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0CBC is #00F343. Grayscale: #686868. Windows color (decimal): -62276 or 12324095. OLE color: 12324095.
HSL color Cylindrical-coordinate representation of color #FF0CBC: hue angle of 316.54º 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 #FF0CBC is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.26 | 0 |
| HSL | 316.54º | 1% | 0.52% | - |
| HSV(B) | 316.54º | 0.95% | 1% | - |
| XYZ | 50.45 | 25.15 | 49.77 | - |
| YUV | 104.72 | 175.01 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 188 | 0 | 0.95 | 0.26 | 0 | 316.54 | 1 | 0.52 |
| Hex | FF | C | BC | 0 | 5F | 1A | 0 | 13D | 64 | 34 |
| Octal | 377 | 14 | 274 | 0 | 137 | 32 | 0 | 475 | 144 | 64 |
| Binary | 11111111 | 1100 | 10111100 | 0 | 1011111 | 11010 | 0 | 100111101 | 1100100 | 110100 |
Color Harmonies of #FF0CBC
Complementary color
Monochromatic Colors of #FF0CBC
Black with #FF0CBC
Text Example
Text Example
White with #FF0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CBC; }
p { color: rgb(255,12,188); }
H1.HeaderClassName
{
color: #FF0CBC;
}
.AnyTagClassName
{
color: #FF0CBC;
}
</style>
background-color css
<style>
a { background-color: #FF0CBC; }
a { background-color: rgb(255,12,188); }
div.DivClassName
{
background-color: #FF0CBC;
}
.BgClassName
{
background-color: #FF0CBC;
}
</style>
border-color css
<style>
span { border-color: #FF0CBC; }
span { border-color: rgb(255,12,188); }
td.TdClassName
{
border-color: #FF0CBC;
}
.TagClassName
{
border-color: #FF0CBC;
}
</style>