Shades of Spicy Pink #FB18A2
Tints of Spicy Pink #FB18A2
RGB
CMYK
RGB Variations
Color information
#FB18A2 (or 0xFB18A2) is known color: Spicy Pink. HEX triplet: FB, 18 and A2. RGB value is (251,24,162). Sum of RGB (Red+Green+Blue) = 251+24+162=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB18A2 is #04E75D. Grayscale: #6B6B6B. Windows color (decimal): -321374 or 10623227. OLE color: 10623227.
HSL color Cylindrical-coordinate representation of color #FB18A2: hue angle of 323.52º 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 #FB18A2 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 162 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.02 |
| HSL | 323.52º | 0.97% | 0.54% | - |
| HSV(B) | 323.52º | 0.9% | 0.98% | - |
| XYZ | 46.63 | 23.77 | 36.31 | - |
| YUV | 107.61 | 158.71 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 162 | 0 | 0.90 | 0.35 | 0.02 | 323.52 | 0.97 | 0.54 |
| Hex | FB | 18 | A2 | 0 | 5A | 23 | 2 | 144 | 61 | 36 |
| Octal | 373 | 30 | 242 | 0 | 132 | 43 | 2 | 504 | 141 | 66 |
| Binary | 11111011 | 11000 | 10100010 | 0 | 1011010 | 100011 | 10 | 101000100 | 1100001 | 110110 |
Color Harmonies of #FB18A2
Complementary color
Monochromatic Colors of #FB18A2
Black with #FB18A2
Text Example
Text Example
White with #FB18A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18A2; }
p { color: rgb(251,24,162); }
H1.HeaderClassName
{
color: #FB18A2;
}
.AnyTagClassName
{
color: #FB18A2;
}
</style>
background-color css
<style>
a { background-color: #FB18A2; }
a { background-color: rgb(251,24,162); }
div.DivClassName
{
background-color: #FB18A2;
}
.BgClassName
{
background-color: #FB18A2;
}
</style>
border-color css
<style>
span { border-color: #FB18A2; }
span { border-color: rgb(251,24,162); }
td.TdClassName
{
border-color: #FB18A2;
}
.TagClassName
{
border-color: #FB18A2;
}
</style>