Shades of Spicy Pink #FA1AAB
Tints of Spicy Pink #FA1AAB
RGB
CMYK
RGB Variations
Color information
#FA1AAB (or 0xFA1AAB) is known color: Spicy Pink. HEX triplet: FA, 1A and AB. RGB value is (250,26,171). Sum of RGB (Red+Green+Blue) = 250+26+171=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1AAB is #05E554. Grayscale: #6D6D6D. Windows color (decimal): -386389 or 11213562. OLE color: 11213562.
HSL color Cylindrical-coordinate representation of color #FA1AAB: hue angle of 321.16º degrees, saturation: 0.96, 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 #FA1AAB is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 171 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.02 |
| HSL | 321.16º | 0.96% | 0.54% | - |
| HSV(B) | 321.16º | 0.9% | 0.98% | - |
| XYZ | 47.14 | 24 | 40.68 | - |
| YUV | 109.51 | 162.71 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 171 | 0 | 0.90 | 0.32 | 0.02 | 321.16 | 0.96 | 0.54 |
| Hex | FA | 1A | AB | 0 | 5A | 20 | 2 | 141 | 60 | 36 |
| Octal | 372 | 32 | 253 | 0 | 132 | 40 | 2 | 501 | 140 | 66 |
| Binary | 11111010 | 11010 | 10101011 | 0 | 1011010 | 100000 | 10 | 101000001 | 1100000 | 110110 |
Color Harmonies of #FA1AAB
Complementary color
Monochromatic Colors of #FA1AAB
Black with #FA1AAB
Text Example
Text Example
White with #FA1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1AAB; }
p { color: rgb(250,26,171); }
H1.HeaderClassName
{
color: #FA1AAB;
}
.AnyTagClassName
{
color: #FA1AAB;
}
</style>
background-color css
<style>
a { background-color: #FA1AAB; }
a { background-color: rgb(250,26,171); }
div.DivClassName
{
background-color: #FA1AAB;
}
.BgClassName
{
background-color: #FA1AAB;
}
</style>
border-color css
<style>
span { border-color: #FA1AAB; }
span { border-color: rgb(250,26,171); }
td.TdClassName
{
border-color: #FA1AAB;
}
.TagClassName
{
border-color: #FA1AAB;
}
</style>