Shades of Shocking Pink #FF18BB
Tints of Shocking Pink #FF18BB
RGB
CMYK
RGB Variations
Color information
#FF18BB (or 0xFF18BB) is known color: Shocking Pink. HEX triplet: FF, 18 and BB. RGB value is (255,24,187). Sum of RGB (Red+Green+Blue) = 255+24+187=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF18BB is #00E744. Grayscale: #6F6F6F. Windows color (decimal): -59205 or 12261631. OLE color: 12261631.
HSL color Cylindrical-coordinate representation of color #FF18BB: hue angle of 317.66º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF18BB is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 187 | - |
| CMYK | 0 | 0.91 | 0.27 | 0 |
| HSL | 317.66º | 1% | 0.55% | - |
| HSV(B) | 317.66º | 0.91% | 1% | - |
| XYZ | 50.54 | 25.5 | 49.27 | - |
| YUV | 111.65 | 170.53 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 187 | 0 | 0.91 | 0.27 | 0 | 317.66 | 1 | 0.55 |
| Hex | FF | 18 | BB | 0 | 5B | 1B | 0 | 13E | 64 | 37 |
| Octal | 377 | 30 | 273 | 0 | 133 | 33 | 0 | 476 | 144 | 67 |
| Binary | 11111111 | 11000 | 10111011 | 0 | 1011011 | 11011 | 0 | 100111110 | 1100100 | 110111 |
Color Harmonies of #FF18BB
Complementary color
Monochromatic Colors of #FF18BB
Black with #FF18BB
Text Example
Text Example
White with #FF18BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18BB; }
p { color: rgb(255,24,187); }
H1.HeaderClassName
{
color: #FF18BB;
}
.AnyTagClassName
{
color: #FF18BB;
}
</style>
background-color css
<style>
a { background-color: #FF18BB; }
a { background-color: rgb(255,24,187); }
div.DivClassName
{
background-color: #FF18BB;
}
.BgClassName
{
background-color: #FF18BB;
}
</style>
border-color css
<style>
span { border-color: #FF18BB; }
span { border-color: rgb(255,24,187); }
td.TdClassName
{
border-color: #FF18BB;
}
.TagClassName
{
border-color: #FF18BB;
}
</style>