Shades of Spicy Pink #FB1BA2
Tints of Spicy Pink #FB1BA2
RGB
CMYK
RGB Variations
Color information
#FB1BA2 (or 0xFB1BA2) is known color: Spicy Pink. HEX triplet: FB, 1B and A2. RGB value is (251,27,162). Sum of RGB (Red+Green+Blue) = 251+27+162=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1BA2 is #04E45D. Grayscale: #6D6D6D. Windows color (decimal): -320606 or 10623995. OLE color: 10623995.
HSL color Cylindrical-coordinate representation of color #FB1BA2: hue angle of 323.84º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1BA2 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 162 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.02 |
| HSL | 323.84º | 0.97% | 0.55% | - |
| HSV(B) | 323.84º | 0.89% | 0.98% | - |
| XYZ | 46.7 | 23.9 | 36.33 | - |
| YUV | 109.37 | 157.71 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 162 | 0 | 0.89 | 0.35 | 0.02 | 323.84 | 0.97 | 0.55 |
| Hex | FB | 1B | A2 | 0 | 59 | 23 | 2 | 144 | 61 | 37 |
| Octal | 373 | 33 | 242 | 0 | 131 | 43 | 2 | 504 | 141 | 67 |
| Binary | 11111011 | 11011 | 10100010 | 0 | 1011001 | 100011 | 10 | 101000100 | 1100001 | 110111 |
Color Harmonies of #FB1BA2
Complementary color
Monochromatic Colors of #FB1BA2
Black with #FB1BA2
Text Example
Text Example
White with #FB1BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1BA2; }
p { color: rgb(251,27,162); }
H1.HeaderClassName
{
color: #FB1BA2;
}
.AnyTagClassName
{
color: #FB1BA2;
}
</style>
background-color css
<style>
a { background-color: #FB1BA2; }
a { background-color: rgb(251,27,162); }
div.DivClassName
{
background-color: #FB1BA2;
}
.BgClassName
{
background-color: #FB1BA2;
}
</style>
border-color css
<style>
span { border-color: #FB1BA2; }
span { border-color: rgb(251,27,162); }
td.TdClassName
{
border-color: #FB1BA2;
}
.TagClassName
{
border-color: #FB1BA2;
}
</style>