Shades of Spicy Pink #FA19A0
Tints of Spicy Pink #FA19A0
RGB
CMYK
RGB Variations
Color information
#FA19A0 (or 0xFA19A0) is known color: Spicy Pink. HEX triplet: FA, 19 and A0. RGB value is (250,25,160). Sum of RGB (Red+Green+Blue) = 250+25+160=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA19A0 is #05E65F. Grayscale: #6B6B6B. Windows color (decimal): -386656 or 10492410. OLE color: 10492410.
HSL color Cylindrical-coordinate representation of color #FA19A0: hue angle of 324º 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 #FA19A0 is Cyan = 0, Magento = 0.9, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 160 | - |
| CMYK | 0 | 0.9 | 0.36 | 0.02 |
| HSL | 324º | 0.96% | 0.54% | - |
| HSV(B) | 324º | 0.9% | 0.98% | - |
| XYZ | 46.12 | 23.56 | 35.37 | - |
| YUV | 107.67 | 157.54 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 160 | 0 | 0.9 | 0.36 | 0.02 | 324 | 0.96 | 0.54 |
| Hex | FA | 19 | A0 | 0 | 5A | 24 | 2 | 144 | 60 | 36 |
| Octal | 372 | 31 | 240 | 0 | 132 | 44 | 2 | 504 | 140 | 66 |
| Binary | 11111010 | 11001 | 10100000 | 0 | 1011010 | 100100 | 10 | 101000100 | 1100000 | 110110 |
Color Harmonies of #FA19A0
Complementary color
Monochromatic Colors of #FA19A0
Black with #FA19A0
Text Example
Text Example
White with #FA19A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA19A0; }
p { color: rgb(250,25,160); }
H1.HeaderClassName
{
color: #FA19A0;
}
.AnyTagClassName
{
color: #FA19A0;
}
</style>
background-color css
<style>
a { background-color: #FA19A0; }
a { background-color: rgb(250,25,160); }
div.DivClassName
{
background-color: #FA19A0;
}
.BgClassName
{
background-color: #FA19A0;
}
</style>
border-color css
<style>
span { border-color: #FA19A0; }
span { border-color: rgb(250,25,160); }
td.TdClassName
{
border-color: #FA19A0;
}
.TagClassName
{
border-color: #FA19A0;
}
</style>