Shades of Spicy Pink #FB1AA2
Tints of Spicy Pink #FB1AA2
RGB
CMYK
RGB Variations
Color information
#FB1AA2 (or 0xFB1AA2) is known color: Spicy Pink. HEX triplet: FB, 1A and A2. RGB value is (251,26,162). Sum of RGB (Red+Green+Blue) = 251+26+162=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1AA2 is #04E55D. Grayscale: #6C6C6C. Windows color (decimal): -320862 or 10623739. OLE color: 10623739.
HSL color Cylindrical-coordinate representation of color #FB1AA2: hue angle of 323.73º 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 #FB1AA2 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 162 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.02 |
| HSL | 323.73º | 0.97% | 0.54% | - |
| HSV(B) | 323.73º | 0.9% | 0.98% | - |
| XYZ | 46.67 | 23.86 | 36.33 | - |
| YUV | 108.78 | 158.04 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 162 | 0 | 0.90 | 0.35 | 0.02 | 323.73 | 0.97 | 0.54 |
| Hex | FB | 1A | A2 | 0 | 5A | 23 | 2 | 144 | 61 | 36 |
| Octal | 373 | 32 | 242 | 0 | 132 | 43 | 2 | 504 | 141 | 66 |
| Binary | 11111011 | 11010 | 10100010 | 0 | 1011010 | 100011 | 10 | 101000100 | 1100001 | 110110 |
Color Harmonies of #FB1AA2
Complementary color
Monochromatic Colors of #FB1AA2
Black with #FB1AA2
Text Example
Text Example
White with #FB1AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1AA2; }
p { color: rgb(251,26,162); }
H1.HeaderClassName
{
color: #FB1AA2;
}
.AnyTagClassName
{
color: #FB1AA2;
}
</style>
background-color css
<style>
a { background-color: #FB1AA2; }
a { background-color: rgb(251,26,162); }
div.DivClassName
{
background-color: #FB1AA2;
}
.BgClassName
{
background-color: #FB1AA2;
}
</style>
border-color css
<style>
span { border-color: #FB1AA2; }
span { border-color: rgb(251,26,162); }
td.TdClassName
{
border-color: #FB1AA2;
}
.TagClassName
{
border-color: #FB1AA2;
}
</style>