Shades of Shocking Pink #FB18BC
Tints of Shocking Pink #FB18BC
RGB
CMYK
RGB Variations
Color information
#FB18BC (or 0xFB18BC) is known color: Shocking Pink. HEX triplet: FB, 18 and BC. RGB value is (251,24,188). Sum of RGB (Red+Green+Blue) = 251+24+188=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB18BC is #04E743. Grayscale: #6E6E6E. Windows color (decimal): -321348 or 12327163. OLE color: 12327163.
HSL color Cylindrical-coordinate representation of color #FB18BC: hue angle of 316.65º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB18BC is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 188 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.02 |
| HSL | 316.65º | 0.97% | 0.54% | - |
| HSV(B) | 316.65º | 0.9% | 0.98% | - |
| XYZ | 49.19 | 24.79 | 49.77 | - |
| YUV | 110.57 | 171.71 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 188 | 0 | 0.90 | 0.25 | 0.02 | 316.65 | 0.97 | 0.54 |
| Hex | FB | 18 | BC | 0 | 5A | 19 | 2 | 13D | 61 | 36 |
| Octal | 373 | 30 | 274 | 0 | 132 | 31 | 2 | 475 | 141 | 66 |
| Binary | 11111011 | 11000 | 10111100 | 0 | 1011010 | 11001 | 10 | 100111101 | 1100001 | 110110 |
Color Harmonies of #FB18BC
Complementary color
Monochromatic Colors of #FB18BC
Black with #FB18BC
Text Example
Text Example
White with #FB18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18BC; }
p { color: rgb(251,24,188); }
H1.HeaderClassName
{
color: #FB18BC;
}
.AnyTagClassName
{
color: #FB18BC;
}
</style>
background-color css
<style>
a { background-color: #FB18BC; }
a { background-color: rgb(251,24,188); }
div.DivClassName
{
background-color: #FB18BC;
}
.BgClassName
{
background-color: #FB18BC;
}
</style>
border-color css
<style>
span { border-color: #FB18BC; }
span { border-color: rgb(251,24,188); }
td.TdClassName
{
border-color: #FB18BC;
}
.TagClassName
{
border-color: #FB18BC;
}
</style>