Shades of Shocking Pink #FF0FBC
Tints of Shocking Pink #FF0FBC
RGB
CMYK
RGB Variations
Color information
#FF0FBC (or 0xFF0FBC) is known color: Shocking Pink. HEX triplet: FF, 0F and BC. RGB value is (255,15,188). Sum of RGB (Red+Green+Blue) = 255+15+188=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FBC is #00F043. Grayscale: #6A6A6A. Windows color (decimal): -61508 or 12324863. OLE color: 12324863.
HSL color Cylindrical-coordinate representation of color #FF0FBC: hue angle of 316.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FBC is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 188 | - |
| CMYK | 0 | 0.94 | 0.26 | 0 |
| HSL | 316.75º | 1% | 0.53% | - |
| HSV(B) | 316.75º | 0.94% | 1% | - |
| XYZ | 50.49 | 25.23 | 49.79 | - |
| YUV | 106.48 | 174.01 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 188 | 0 | 0.94 | 0.26 | 0 | 316.75 | 1 | 0.53 |
| Hex | FF | F | BC | 0 | 5E | 1A | 0 | 13D | 64 | 35 |
| Octal | 377 | 17 | 274 | 0 | 136 | 32 | 0 | 475 | 144 | 65 |
| Binary | 11111111 | 1111 | 10111100 | 0 | 1011110 | 11010 | 0 | 100111101 | 1100100 | 110101 |
Color Harmonies of #FF0FBC
Complementary color
Monochromatic Colors of #FF0FBC
Black with #FF0FBC
Text Example
Text Example
White with #FF0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FBC; }
p { color: rgb(255,15,188); }
H1.HeaderClassName
{
color: #FF0FBC;
}
.AnyTagClassName
{
color: #FF0FBC;
}
</style>
background-color css
<style>
a { background-color: #FF0FBC; }
a { background-color: rgb(255,15,188); }
div.DivClassName
{
background-color: #FF0FBC;
}
.BgClassName
{
background-color: #FF0FBC;
}
</style>
border-color css
<style>
span { border-color: #FF0FBC; }
span { border-color: rgb(255,15,188); }
td.TdClassName
{
border-color: #FF0FBC;
}
.TagClassName
{
border-color: #FF0FBC;
}
</style>