Shades of Spicy Pink #FA15A2
Tints of Spicy Pink #FA15A2
RGB
CMYK
RGB Variations
Color information
#FA15A2 (or 0xFA15A2) is known color: Spicy Pink. HEX triplet: FA, 15 and A2. RGB value is (250,21,162). Sum of RGB (Red+Green+Blue) = 250+21+162=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA15A2 is #05EA5D. Grayscale: #696969. Windows color (decimal): -387678 or 10622458. OLE color: 10622458.
HSL color Cylindrical-coordinate representation of color #FA15A2: hue angle of 323.06º 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 #FA15A2 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 162 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.02 |
| HSL | 323.06º | 0.96% | 0.53% | - |
| HSV(B) | 323.06º | 0.92% | 0.98% | - |
| XYZ | 46.21 | 23.47 | 36.28 | - |
| YUV | 105.55 | 159.87 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 162 | 0 | 0.92 | 0.35 | 0.02 | 323.06 | 0.96 | 0.53 |
| Hex | FA | 15 | A2 | 0 | 5C | 23 | 2 | 143 | 60 | 35 |
| Octal | 372 | 25 | 242 | 0 | 134 | 43 | 2 | 503 | 140 | 65 |
| Binary | 11111010 | 10101 | 10100010 | 0 | 1011100 | 100011 | 10 | 101000011 | 1100000 | 110101 |
Color Harmonies of #FA15A2
Complementary color
Monochromatic Colors of #FA15A2
Black with #FA15A2
Text Example
Text Example
White with #FA15A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA15A2; }
p { color: rgb(250,21,162); }
H1.HeaderClassName
{
color: #FA15A2;
}
.AnyTagClassName
{
color: #FA15A2;
}
</style>
background-color css
<style>
a { background-color: #FA15A2; }
a { background-color: rgb(250,21,162); }
div.DivClassName
{
background-color: #FA15A2;
}
.BgClassName
{
background-color: #FA15A2;
}
</style>
border-color css
<style>
span { border-color: #FA15A2; }
span { border-color: rgb(250,21,162); }
td.TdClassName
{
border-color: #FA15A2;
}
.TagClassName
{
border-color: #FA15A2;
}
</style>