Shades of Shocking Pink #FF0CBE
Tints of Shocking Pink #FF0CBE
RGB
CMYK
RGB Variations
Color information
#FF0CBE (or 0xFF0CBE) is known color: Shocking Pink. HEX triplet: FF, 0C and BE. RGB value is (255,12,190). Sum of RGB (Red+Green+Blue) = 255+12+190=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0CBE is #00F341. Grayscale: #686868. Windows color (decimal): -62274 or 12455167. OLE color: 12455167.
HSL color Cylindrical-coordinate representation of color #FF0CBE: hue angle of 316.05º 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 #FF0CBE is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 190 | - |
| CMYK | 0 | 0.95 | 0.25 | 0 |
| HSL | 316.05º | 1% | 0.52% | - |
| HSV(B) | 316.05º | 0.95% | 1% | - |
| XYZ | 50.67 | 25.24 | 50.92 | - |
| YUV | 104.95 | 176.01 | 235.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 190 | 0 | 0.95 | 0.25 | 0 | 316.05 | 1 | 0.52 |
| Hex | FF | C | BE | 0 | 5F | 19 | 0 | 13C | 64 | 34 |
| Octal | 377 | 14 | 276 | 0 | 137 | 31 | 0 | 474 | 144 | 64 |
| Binary | 11111111 | 1100 | 10111110 | 0 | 1011111 | 11001 | 0 | 100111100 | 1100100 | 110100 |
Color Harmonies of #FF0CBE
Complementary color
Monochromatic Colors of #FF0CBE
Black with #FF0CBE
Text Example
Text Example
White with #FF0CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CBE; }
p { color: rgb(255,12,190); }
H1.HeaderClassName
{
color: #FF0CBE;
}
.AnyTagClassName
{
color: #FF0CBE;
}
</style>
background-color css
<style>
a { background-color: #FF0CBE; }
a { background-color: rgb(255,12,190); }
div.DivClassName
{
background-color: #FF0CBE;
}
.BgClassName
{
background-color: #FF0CBE;
}
</style>
border-color css
<style>
span { border-color: #FF0CBE; }
span { border-color: rgb(255,12,190); }
td.TdClassName
{
border-color: #FF0CBE;
}
.TagClassName
{
border-color: #FF0CBE;
}
</style>