Shades of Shocking Pink #FF12BB
Tints of Shocking Pink #FF12BB
RGB
CMYK
RGB Variations
Color information
#FF12BB (or 0xFF12BB) is known color: Shocking Pink. HEX triplet: FF, 12 and BB. RGB value is (255,18,187). Sum of RGB (Red+Green+Blue) = 255+18+187=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12BB is #00ED44. Grayscale: #6B6B6B. Windows color (decimal): -60741 or 12260095. OLE color: 12260095.
HSL color Cylindrical-coordinate representation of color #FF12BB: hue angle of 317.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF12BB is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 187 | - |
| CMYK | 0 | 0.93 | 0.27 | 0 |
| HSL | 317.22º | 1% | 0.54% | - |
| HSV(B) | 317.22º | 0.93% | 1% | - |
| XYZ | 50.43 | 25.28 | 49.24 | - |
| YUV | 108.13 | 172.52 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 187 | 0 | 0.93 | 0.27 | 0 | 317.22 | 1 | 0.54 |
| Hex | FF | 12 | BB | 0 | 5D | 1B | 0 | 13D | 64 | 36 |
| Octal | 377 | 22 | 273 | 0 | 135 | 33 | 0 | 475 | 144 | 66 |
| Binary | 11111111 | 10010 | 10111011 | 0 | 1011101 | 11011 | 0 | 100111101 | 1100100 | 110110 |
Color Harmonies of #FF12BB
Complementary color
Monochromatic Colors of #FF12BB
Black with #FF12BB
Text Example
Text Example
White with #FF12BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12BB; }
p { color: rgb(255,18,187); }
H1.HeaderClassName
{
color: #FF12BB;
}
.AnyTagClassName
{
color: #FF12BB;
}
</style>
background-color css
<style>
a { background-color: #FF12BB; }
a { background-color: rgb(255,18,187); }
div.DivClassName
{
background-color: #FF12BB;
}
.BgClassName
{
background-color: #FF12BB;
}
</style>
border-color css
<style>
span { border-color: #FF12BB; }
span { border-color: rgb(255,18,187); }
td.TdClassName
{
border-color: #FF12BB;
}
.TagClassName
{
border-color: #FF12BB;
}
</style>