Shades of Spicy Pink #FA1DA9
Tints of Spicy Pink #FA1DA9
RGB
CMYK
RGB Variations
Color information
#FA1DA9 (or 0xFA1DA9) is known color: Spicy Pink. HEX triplet: FA, 1D and A9. RGB value is (250,29,169). Sum of RGB (Red+Green+Blue) = 250+29+169=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1DA9 is #05E256. Grayscale: #6E6E6E. Windows color (decimal): -385623 or 11083258. OLE color: 11083258.
HSL color Cylindrical-coordinate representation of color #FA1DA9: hue angle of 321.99º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1DA9 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 169 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.02 |
| HSL | 321.99º | 0.96% | 0.55% | - |
| HSV(B) | 321.99º | 0.88% | 0.98% | - |
| XYZ | 47.03 | 24.07 | 39.7 | - |
| YUV | 111.04 | 160.72 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 169 | 0 | 0.88 | 0.32 | 0.02 | 321.99 | 0.96 | 0.55 |
| Hex | FA | 1D | A9 | 0 | 58 | 20 | 2 | 142 | 60 | 37 |
| Octal | 372 | 35 | 251 | 0 | 130 | 40 | 2 | 502 | 140 | 67 |
| Binary | 11111010 | 11101 | 10101001 | 0 | 1011000 | 100000 | 10 | 101000010 | 1100000 | 110111 |
Color Harmonies of #FA1DA9
Complementary color
Monochromatic Colors of #FA1DA9
Black with #FA1DA9
Text Example
Text Example
White with #FA1DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DA9; }
p { color: rgb(250,29,169); }
H1.HeaderClassName
{
color: #FA1DA9;
}
.AnyTagClassName
{
color: #FA1DA9;
}
</style>
background-color css
<style>
a { background-color: #FA1DA9; }
a { background-color: rgb(250,29,169); }
div.DivClassName
{
background-color: #FA1DA9;
}
.BgClassName
{
background-color: #FA1DA9;
}
</style>
border-color css
<style>
span { border-color: #FA1DA9; }
span { border-color: rgb(250,29,169); }
td.TdClassName
{
border-color: #FA1DA9;
}
.TagClassName
{
border-color: #FA1DA9;
}
</style>