Shades of Spicy Pink #FA1AB5
Tints of Spicy Pink #FA1AB5
RGB
CMYK
RGB Variations
Color information
#FA1AB5 (or 0xFA1AB5) is known color: Spicy Pink. HEX triplet: FA, 1A and B5. RGB value is (250,26,181). Sum of RGB (Red+Green+Blue) = 250+26+181=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1AB5 is #05E54A. Grayscale: #6E6E6E. Windows color (decimal): -386379 or 11868922. OLE color: 11868922.
HSL color Cylindrical-coordinate representation of color #FA1AB5: hue angle of 318.48º 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 #FA1AB5 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 181 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.02 |
| HSL | 318.48º | 0.96% | 0.54% | - |
| HSV(B) | 318.48º | 0.9% | 0.98% | - |
| XYZ | 48.13 | 24.4 | 45.89 | - |
| YUV | 110.65 | 167.71 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 181 | 0 | 0.90 | 0.28 | 0.02 | 318.48 | 0.96 | 0.54 |
| Hex | FA | 1A | B5 | 0 | 5A | 1C | 2 | 13E | 60 | 36 |
| Octal | 372 | 32 | 265 | 0 | 132 | 34 | 2 | 476 | 140 | 66 |
| Binary | 11111010 | 11010 | 10110101 | 0 | 1011010 | 11100 | 10 | 100111110 | 1100000 | 110110 |
Color Harmonies of #FA1AB5
Complementary color
Monochromatic Colors of #FA1AB5
Black with #FA1AB5
Text Example
Text Example
White with #FA1AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1AB5; }
p { color: rgb(250,26,181); }
H1.HeaderClassName
{
color: #FA1AB5;
}
.AnyTagClassName
{
color: #FA1AB5;
}
</style>
background-color css
<style>
a { background-color: #FA1AB5; }
a { background-color: rgb(250,26,181); }
div.DivClassName
{
background-color: #FA1AB5;
}
.BgClassName
{
background-color: #FA1AB5;
}
</style>
border-color css
<style>
span { border-color: #FA1AB5; }
span { border-color: rgb(250,26,181); }
td.TdClassName
{
border-color: #FA1AB5;
}
.TagClassName
{
border-color: #FA1AB5;
}
</style>