Shades of Shocking Pink #FF10BB
Tints of Shocking Pink #FF10BB
RGB
CMYK
RGB Variations
Color information
#FF10BB (or 0xFF10BB) is known color: Shocking Pink. HEX triplet: FF, 10 and BB. RGB value is (255,16,187). Sum of RGB (Red+Green+Blue) = 255+16+187=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF10BB is #00EF44. Grayscale: #6A6A6A. Windows color (decimal): -61253 or 12259583. OLE color: 12259583.
HSL color Cylindrical-coordinate representation of color #FF10BB: hue angle of 317.07º 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 #FF10BB is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 187 | - |
| CMYK | 0 | 0.94 | 0.27 | 0 |
| HSL | 317.07º | 1% | 0.53% | - |
| HSV(B) | 317.07º | 0.94% | 1% | - |
| XYZ | 50.39 | 25.22 | 49.23 | - |
| YUV | 106.96 | 173.18 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 187 | 0 | 0.94 | 0.27 | 0 | 317.07 | 1 | 0.53 |
| Hex | FF | 10 | BB | 0 | 5E | 1B | 0 | 13D | 64 | 35 |
| Octal | 377 | 20 | 273 | 0 | 136 | 33 | 0 | 475 | 144 | 65 |
| Binary | 11111111 | 10000 | 10111011 | 0 | 1011110 | 11011 | 0 | 100111101 | 1100100 | 110101 |
Color Harmonies of #FF10BB
Complementary color
Monochromatic Colors of #FF10BB
Black with #FF10BB
Text Example
Text Example
White with #FF10BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10BB; }
p { color: rgb(255,16,187); }
H1.HeaderClassName
{
color: #FF10BB;
}
.AnyTagClassName
{
color: #FF10BB;
}
</style>
background-color css
<style>
a { background-color: #FF10BB; }
a { background-color: rgb(255,16,187); }
div.DivClassName
{
background-color: #FF10BB;
}
.BgClassName
{
background-color: #FF10BB;
}
</style>
border-color css
<style>
span { border-color: #FF10BB; }
span { border-color: rgb(255,16,187); }
td.TdClassName
{
border-color: #FF10BB;
}
.TagClassName
{
border-color: #FF10BB;
}
</style>