Shades of Spicy Pink #FB18AB
Tints of Spicy Pink #FB18AB
RGB
CMYK
RGB Variations
Color information
#FB18AB (or 0xFB18AB) is known color: Spicy Pink. HEX triplet: FB, 18 and AB. RGB value is (251,24,171). Sum of RGB (Red+Green+Blue) = 251+24+171=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB18AB is #04E754. Grayscale: #6C6C6C. Windows color (decimal): -321365 or 11213051. OLE color: 11213051.
HSL color Cylindrical-coordinate representation of color #FB18AB: hue angle of 321.15º 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 #FB18AB is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 171 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.02 |
| HSL | 321.15º | 0.97% | 0.54% | - |
| HSV(B) | 321.15º | 0.9% | 0.98% | - |
| XYZ | 47.46 | 24.1 | 40.68 | - |
| YUV | 108.63 | 163.21 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 171 | 0 | 0.90 | 0.32 | 0.02 | 321.15 | 0.97 | 0.54 |
| Hex | FB | 18 | AB | 0 | 5A | 20 | 2 | 141 | 61 | 36 |
| Octal | 373 | 30 | 253 | 0 | 132 | 40 | 2 | 501 | 141 | 66 |
| Binary | 11111011 | 11000 | 10101011 | 0 | 1011010 | 100000 | 10 | 101000001 | 1100001 | 110110 |
Color Harmonies of #FB18AB
Complementary color
Monochromatic Colors of #FB18AB
Black with #FB18AB
Text Example
Text Example
White with #FB18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18AB; }
p { color: rgb(251,24,171); }
H1.HeaderClassName
{
color: #FB18AB;
}
.AnyTagClassName
{
color: #FB18AB;
}
</style>
background-color css
<style>
a { background-color: #FB18AB; }
a { background-color: rgb(251,24,171); }
div.DivClassName
{
background-color: #FB18AB;
}
.BgClassName
{
background-color: #FB18AB;
}
</style>
border-color css
<style>
span { border-color: #FB18AB; }
span { border-color: rgb(251,24,171); }
td.TdClassName
{
border-color: #FB18AB;
}
.TagClassName
{
border-color: #FB18AB;
}
</style>