Shades of Spicy Pink #FB16AA
Tints of Spicy Pink #FB16AA
RGB
CMYK
RGB Variations
Color information
#FB16AA (or 0xFB16AA) is known color: Spicy Pink. HEX triplet: FB, 16 and AA. RGB value is (251,22,170). Sum of RGB (Red+Green+Blue) = 251+22+170=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB16AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB16AA is #04E955. Grayscale: #6A6A6A. Windows color (decimal): -321878 or 11147003. OLE color: 11147003.
HSL color Cylindrical-coordinate representation of color #FB16AA: hue angle of 321.22º 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 #FB16AA is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 170 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.02 |
| HSL | 321.22º | 0.97% | 0.54% | - |
| HSV(B) | 321.22º | 0.91% | 0.98% | - |
| XYZ | 47.33 | 23.99 | 40.17 | - |
| YUV | 107.34 | 163.37 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 170 | 0 | 0.91 | 0.32 | 0.02 | 321.22 | 0.97 | 0.54 |
| Hex | FB | 16 | AA | 0 | 5B | 20 | 2 | 141 | 61 | 36 |
| Octal | 373 | 26 | 252 | 0 | 133 | 40 | 2 | 501 | 141 | 66 |
| Binary | 11111011 | 10110 | 10101010 | 0 | 1011011 | 100000 | 10 | 101000001 | 1100001 | 110110 |
Color Harmonies of #FB16AA
Complementary color
Monochromatic Colors of #FB16AA
Black with #FB16AA
Text Example
Text Example
White with #FB16AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB16AA; }
p { color: rgb(251,22,170); }
H1.HeaderClassName
{
color: #FB16AA;
}
.AnyTagClassName
{
color: #FB16AA;
}
</style>
background-color css
<style>
a { background-color: #FB16AA; }
a { background-color: rgb(251,22,170); }
div.DivClassName
{
background-color: #FB16AA;
}
.BgClassName
{
background-color: #FB16AA;
}
</style>
border-color css
<style>
span { border-color: #FB16AA; }
span { border-color: rgb(251,22,170); }
td.TdClassName
{
border-color: #FB16AA;
}
.TagClassName
{
border-color: #FB16AA;
}
</style>