Shades of Shocking Pink #FF0BC7
Tints of Shocking Pink #FF0BC7
RGB
CMYK
RGB Variations
Color information
#FF0BC7 (or 0xFF0BC7) is known color: Shocking Pink. HEX triplet: FF, 0B and C7. RGB value is (255,11,199). Sum of RGB (Red+Green+Blue) = 255+11+199=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 11 (4.69% from 255 or 2.37% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BC7 is #00F438. Grayscale: #686868. Windows color (decimal): -62521 or 13044735. OLE color: 13044735.
HSL color Cylindrical-coordinate representation of color #FF0BC7: hue angle of 313.77º 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 #FF0BC7 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 199 | - |
| CMYK | 0 | 0.96 | 0.22 | 0 |
| HSL | 313.77º | 1% | 0.52% | - |
| HSV(B) | 313.77º | 0.96% | 1% | - |
| XYZ | 51.67 | 25.62 | 56.26 | - |
| YUV | 105.39 | 180.84 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 199 | 0 | 0.96 | 0.22 | 0 | 313.77 | 1 | 0.52 |
| Hex | FF | B | C7 | 0 | 60 | 16 | 0 | 13A | 64 | 34 |
| Octal | 377 | 13 | 307 | 0 | 140 | 26 | 0 | 472 | 144 | 64 |
| Binary | 11111111 | 1011 | 11000111 | 0 | 1100000 | 10110 | 0 | 100111010 | 1100100 | 110100 |
Color Harmonies of #FF0BC7
Complementary color
Monochromatic Colors of #FF0BC7
Black with #FF0BC7
Text Example
Text Example
White with #FF0BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BC7; }
p { color: rgb(255,11,199); }
H1.HeaderClassName
{
color: #FF0BC7;
}
.AnyTagClassName
{
color: #FF0BC7;
}
</style>
background-color css
<style>
a { background-color: #FF0BC7; }
a { background-color: rgb(255,11,199); }
div.DivClassName
{
background-color: #FF0BC7;
}
.BgClassName
{
background-color: #FF0BC7;
}
</style>
border-color css
<style>
span { border-color: #FF0BC7; }
span { border-color: rgb(255,11,199); }
td.TdClassName
{
border-color: #FF0BC7;
}
.TagClassName
{
border-color: #FF0BC7;
}
</style>