Shades of Spicy Pink #FA14A2
Tints of Spicy Pink #FA14A2
RGB
CMYK
RGB Variations
Color information
#FA14A2 (or 0xFA14A2) is known color: Spicy Pink. HEX triplet: FA, 14 and A2. RGB value is (250,20,162). Sum of RGB (Red+Green+Blue) = 250+20+162=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA14A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA14A2 is #05EB5D. Grayscale: #686868. Windows color (decimal): -387934 or 10622202. OLE color: 10622202.
HSL color Cylindrical-coordinate representation of color #FA14A2: hue angle of 322.96º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA14A2 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 162 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.02 |
| HSL | 322.96º | 0.96% | 0.53% | - |
| HSV(B) | 322.96º | 0.92% | 0.98% | - |
| XYZ | 46.2 | 23.43 | 36.27 | - |
| YUV | 104.96 | 160.2 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 162 | 0 | 0.92 | 0.35 | 0.02 | 322.96 | 0.96 | 0.53 |
| Hex | FA | 14 | A2 | 0 | 5C | 23 | 2 | 143 | 60 | 35 |
| Octal | 372 | 24 | 242 | 0 | 134 | 43 | 2 | 503 | 140 | 65 |
| Binary | 11111010 | 10100 | 10100010 | 0 | 1011100 | 100011 | 10 | 101000011 | 1100000 | 110101 |
Color Harmonies of #FA14A2
Complementary color
Monochromatic Colors of #FA14A2
Black with #FA14A2
Text Example
Text Example
White with #FA14A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA14A2; }
p { color: rgb(250,20,162); }
H1.HeaderClassName
{
color: #FA14A2;
}
.AnyTagClassName
{
color: #FA14A2;
}
</style>
background-color css
<style>
a { background-color: #FA14A2; }
a { background-color: rgb(250,20,162); }
div.DivClassName
{
background-color: #FA14A2;
}
.BgClassName
{
background-color: #FA14A2;
}
</style>
border-color css
<style>
span { border-color: #FA14A2; }
span { border-color: rgb(250,20,162); }
td.TdClassName
{
border-color: #FA14A2;
}
.TagClassName
{
border-color: #FA14A2;
}
</style>