Shades of Spicy Pink #FA1BA9
Tints of Spicy Pink #FA1BA9
RGB
CMYK
RGB Variations
Color information
#FA1BA9 (or 0xFA1BA9) is known color: Spicy Pink. HEX triplet: FA, 1B and A9. RGB value is (250,27,169). Sum of RGB (Red+Green+Blue) = 250+27+169=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1BA9 is #05E456. Grayscale: #6D6D6D. Windows color (decimal): -386135 or 11082746. OLE color: 11082746.
HSL color Cylindrical-coordinate representation of color #FA1BA9: hue angle of 321.79º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1BA9 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 169 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.02 |
| HSL | 321.79º | 0.96% | 0.54% | - |
| HSV(B) | 321.79º | 0.89% | 0.98% | - |
| XYZ | 46.98 | 23.97 | 39.69 | - |
| YUV | 109.87 | 161.38 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 169 | 0 | 0.89 | 0.32 | 0.02 | 321.79 | 0.96 | 0.54 |
| Hex | FA | 1B | A9 | 0 | 59 | 20 | 2 | 142 | 60 | 36 |
| Octal | 372 | 33 | 251 | 0 | 131 | 40 | 2 | 502 | 140 | 66 |
| Binary | 11111010 | 11011 | 10101001 | 0 | 1011001 | 100000 | 10 | 101000010 | 1100000 | 110110 |
Color Harmonies of #FA1BA9
Complementary color
Monochromatic Colors of #FA1BA9
Black with #FA1BA9
Text Example
Text Example
White with #FA1BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1BA9; }
p { color: rgb(250,27,169); }
H1.HeaderClassName
{
color: #FA1BA9;
}
.AnyTagClassName
{
color: #FA1BA9;
}
</style>
background-color css
<style>
a { background-color: #FA1BA9; }
a { background-color: rgb(250,27,169); }
div.DivClassName
{
background-color: #FA1BA9;
}
.BgClassName
{
background-color: #FA1BA9;
}
</style>
border-color css
<style>
span { border-color: #FA1BA9; }
span { border-color: rgb(250,27,169); }
td.TdClassName
{
border-color: #FA1BA9;
}
.TagClassName
{
border-color: #FA1BA9;
}
</style>