Shades of Spicy Pink #FA2AB1
Tints of Spicy Pink #FA2AB1
RGB
CMYK
RGB Variations
Color information
#FA2AB1 (or 0xFA2AB1) is known color: Spicy Pink. HEX triplet: FA, 2A and B1. RGB value is (250,42,177). Sum of RGB (Red+Green+Blue) = 250+42+177=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2AB1 is #05D54E. Grayscale: #777777. Windows color (decimal): -382287 or 11610874. OLE color: 11610874.
HSL color Cylindrical-coordinate representation of color #FA2AB1: hue angle of 321.06º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2AB1 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 177 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.02 |
| HSL | 321.06º | 0.95% | 0.57% | - |
| HSV(B) | 321.06º | 0.83% | 0.98% | - |
| XYZ | 48.19 | 25.15 | 43.91 | - |
| YUV | 119.58 | 160.41 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 177 | 0 | 0.83 | 0.29 | 0.02 | 321.06 | 0.95 | 0.57 |
| Hex | FA | 2A | B1 | 0 | 53 | 1D | 2 | 141 | 5F | 39 |
| Octal | 372 | 52 | 261 | 0 | 123 | 35 | 2 | 501 | 137 | 71 |
| Binary | 11111010 | 101010 | 10110001 | 0 | 1010011 | 11101 | 10 | 101000001 | 1011111 | 111001 |
Color Harmonies of #FA2AB1
Complementary color
Monochromatic Colors of #FA2AB1
Black with #FA2AB1
Text Example
Text Example
White with #FA2AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2AB1; }
p { color: rgb(250,42,177); }
H1.HeaderClassName
{
color: #FA2AB1;
}
.AnyTagClassName
{
color: #FA2AB1;
}
</style>
background-color css
<style>
a { background-color: #FA2AB1; }
a { background-color: rgb(250,42,177); }
div.DivClassName
{
background-color: #FA2AB1;
}
.BgClassName
{
background-color: #FA2AB1;
}
</style>
border-color css
<style>
span { border-color: #FA2AB1; }
span { border-color: rgb(250,42,177); }
td.TdClassName
{
border-color: #FA2AB1;
}
.TagClassName
{
border-color: #FA2AB1;
}
</style>