Shades of Spicy Pink #FB16A1
Tints of Spicy Pink #FB16A1
RGB
CMYK
RGB Variations
Color information
#FB16A1 (or 0xFB16A1) is known color: Spicy Pink. HEX triplet: FB, 16 and A1. RGB value is (251,22,161). Sum of RGB (Red+Green+Blue) = 251+22+161=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB16A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB16A1 is #04E95E. Grayscale: #696969. Windows color (decimal): -321887 or 10557179. OLE color: 10557179.
HSL color Cylindrical-coordinate representation of color #FB16A1: hue angle of 323.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB16A1 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 161 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.02 |
| HSL | 323.58º | 0.97% | 0.54% | - |
| HSV(B) | 323.58º | 0.91% | 0.98% | - |
| XYZ | 46.5 | 23.66 | 35.83 | - |
| YUV | 106.32 | 158.87 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 161 | 0 | 0.91 | 0.36 | 0.02 | 323.58 | 0.97 | 0.54 |
| Hex | FB | 16 | A1 | 0 | 5B | 24 | 2 | 144 | 61 | 36 |
| Octal | 373 | 26 | 241 | 0 | 133 | 44 | 2 | 504 | 141 | 66 |
| Binary | 11111011 | 10110 | 10100001 | 0 | 1011011 | 100100 | 10 | 101000100 | 1100001 | 110110 |
Color Harmonies of #FB16A1
Complementary color
Monochromatic Colors of #FB16A1
Black with #FB16A1
Text Example
Text Example
White with #FB16A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB16A1; }
p { color: rgb(251,22,161); }
H1.HeaderClassName
{
color: #FB16A1;
}
.AnyTagClassName
{
color: #FB16A1;
}
</style>
background-color css
<style>
a { background-color: #FB16A1; }
a { background-color: rgb(251,22,161); }
div.DivClassName
{
background-color: #FB16A1;
}
.BgClassName
{
background-color: #FB16A1;
}
</style>
border-color css
<style>
span { border-color: #FB16A1; }
span { border-color: rgb(251,22,161); }
td.TdClassName
{
border-color: #FB16A1;
}
.TagClassName
{
border-color: #FB16A1;
}
</style>