Shades of Shocking Pink #FF0BC5
Tints of Shocking Pink #FF0BC5
RGB
CMYK
RGB Variations
Color information
#FF0BC5 (or 0xFF0BC5) is known color: Shocking Pink. HEX triplet: FF, 0B and C5. RGB value is (255,11,197). Sum of RGB (Red+Green+Blue) = 255+11+197=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 11 (4.69% from 255 or 2.38% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BC5 is #00F43A. Grayscale: #686868. Windows color (decimal): -62523 or 12913663. OLE color: 12913663.
HSL color Cylindrical-coordinate representation of color #FF0BC5: hue angle of 314.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0BC5 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 197 | - |
| CMYK | 0 | 0.96 | 0.23 | 0 |
| HSL | 314.26º | 1% | 0.52% | - |
| HSV(B) | 314.26º | 0.96% | 1% | - |
| XYZ | 51.44 | 25.53 | 55.04 | - |
| YUV | 105.16 | 179.84 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 197 | 0 | 0.96 | 0.23 | 0 | 314.26 | 1 | 0.52 |
| Hex | FF | B | C5 | 0 | 60 | 17 | 0 | 13A | 64 | 34 |
| Octal | 377 | 13 | 305 | 0 | 140 | 27 | 0 | 472 | 144 | 64 |
| Binary | 11111111 | 1011 | 11000101 | 0 | 1100000 | 10111 | 0 | 100111010 | 1100100 | 110100 |
Color Harmonies of #FF0BC5
Complementary color
Monochromatic Colors of #FF0BC5
Black with #FF0BC5
Text Example
Text Example
White with #FF0BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BC5; }
p { color: rgb(255,11,197); }
H1.HeaderClassName
{
color: #FF0BC5;
}
.AnyTagClassName
{
color: #FF0BC5;
}
</style>
background-color css
<style>
a { background-color: #FF0BC5; }
a { background-color: rgb(255,11,197); }
div.DivClassName
{
background-color: #FF0BC5;
}
.BgClassName
{
background-color: #FF0BC5;
}
</style>
border-color css
<style>
span { border-color: #FF0BC5; }
span { border-color: rgb(255,11,197); }
td.TdClassName
{
border-color: #FF0BC5;
}
.TagClassName
{
border-color: #FF0BC5;
}
</style>