Shades of Shocking Pink #FF0BC9
Tints of Shocking Pink #FF0BC9
RGB
CMYK
RGB Variations
Color information
#FF0BC9 (or 0xFF0BC9) is known color: Shocking Pink. HEX triplet: FF, 0B and C9. RGB value is (255,11,201). Sum of RGB (Red+Green+Blue) = 255+11+201=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BC9 is #00F436. Grayscale: #696969. Windows color (decimal): -62519 or 13175807. OLE color: 13175807.
HSL color Cylindrical-coordinate representation of color #FF0BC9: hue angle of 313.28º 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 #FF0BC9 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 201 | - |
| CMYK | 0 | 0.96 | 0.21 | 0 |
| HSL | 313.28º | 1% | 0.52% | - |
| HSV(B) | 313.28º | 0.96% | 1% | - |
| XYZ | 51.9 | 25.72 | 57.49 | - |
| YUV | 105.62 | 181.84 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 201 | 0 | 0.96 | 0.21 | 0 | 313.28 | 1 | 0.52 |
| Hex | FF | B | C9 | 0 | 60 | 15 | 0 | 139 | 64 | 34 |
| Octal | 377 | 13 | 311 | 0 | 140 | 25 | 0 | 471 | 144 | 64 |
| Binary | 11111111 | 1011 | 11001001 | 0 | 1100000 | 10101 | 0 | 100111001 | 1100100 | 110100 |
Color Harmonies of #FF0BC9
Complementary color
Monochromatic Colors of #FF0BC9
Black with #FF0BC9
Text Example
Text Example
White with #FF0BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BC9; }
p { color: rgb(255,11,201); }
H1.HeaderClassName
{
color: #FF0BC9;
}
.AnyTagClassName
{
color: #FF0BC9;
}
</style>
background-color css
<style>
a { background-color: #FF0BC9; }
a { background-color: rgb(255,11,201); }
div.DivClassName
{
background-color: #FF0BC9;
}
.BgClassName
{
background-color: #FF0BC9;
}
</style>
border-color css
<style>
span { border-color: #FF0BC9; }
span { border-color: rgb(255,11,201); }
td.TdClassName
{
border-color: #FF0BC9;
}
.TagClassName
{
border-color: #FF0BC9;
}
</style>