Shades of Shocking Pink #FF14BB
Tints of Shocking Pink #FF14BB
RGB
CMYK
RGB Variations
Color information
#FF14BB (or 0xFF14BB) is known color: Shocking Pink. HEX triplet: FF, 14 and BB. RGB value is (255,20,187). Sum of RGB (Red+Green+Blue) = 255+20+187=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF14BB is #00EB44. Grayscale: #6C6C6C. Windows color (decimal): -60229 or 12260607. OLE color: 12260607.
HSL color Cylindrical-coordinate representation of color #FF14BB: hue angle of 317.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF14BB is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 187 | - |
| CMYK | 0 | 0.92 | 0.27 | 0 |
| HSL | 317.36º | 1% | 0.54% | - |
| HSV(B) | 317.36º | 0.92% | 1% | - |
| XYZ | 50.46 | 25.35 | 49.25 | - |
| YUV | 109.3 | 171.86 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 187 | 0 | 0.92 | 0.27 | 0 | 317.36 | 1 | 0.54 |
| Hex | FF | 14 | BB | 0 | 5C | 1B | 0 | 13D | 64 | 36 |
| Octal | 377 | 24 | 273 | 0 | 134 | 33 | 0 | 475 | 144 | 66 |
| Binary | 11111111 | 10100 | 10111011 | 0 | 1011100 | 11011 | 0 | 100111101 | 1100100 | 110110 |
Color Harmonies of #FF14BB
Complementary color
Monochromatic Colors of #FF14BB
Black with #FF14BB
Text Example
Text Example
White with #FF14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14BB; }
p { color: rgb(255,20,187); }
H1.HeaderClassName
{
color: #FF14BB;
}
.AnyTagClassName
{
color: #FF14BB;
}
</style>
background-color css
<style>
a { background-color: #FF14BB; }
a { background-color: rgb(255,20,187); }
div.DivClassName
{
background-color: #FF14BB;
}
.BgClassName
{
background-color: #FF14BB;
}
</style>
border-color css
<style>
span { border-color: #FF14BB; }
span { border-color: rgb(255,20,187); }
td.TdClassName
{
border-color: #FF14BB;
}
.TagClassName
{
border-color: #FF14BB;
}
</style>