Shades of Spicy Pink #FA10AA
Tints of Spicy Pink #FA10AA
RGB
CMYK
RGB Variations
Color information
#FA10AA (or 0xFA10AA) is known color: Spicy Pink. HEX triplet: FA, 10 and AA. RGB value is (250,16,170). Sum of RGB (Red+Green+Blue) = 250+16+170=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA10AA is #05EF55. Grayscale: #676767. Windows color (decimal): -388950 or 11145466. OLE color: 11145466.
HSL color Cylindrical-coordinate representation of color #FA10AA: hue angle of 320.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA10AA is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 170 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.02 |
| HSL | 320.51º | 0.96% | 0.52% | - |
| HSV(B) | 320.51º | 0.94% | 0.98% | - |
| XYZ | 46.87 | 23.6 | 40.11 | - |
| YUV | 103.52 | 165.52 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 170 | 0 | 0.94 | 0.32 | 0.02 | 320.51 | 0.96 | 0.52 |
| Hex | FA | 10 | AA | 0 | 5E | 20 | 2 | 141 | 60 | 34 |
| Octal | 372 | 20 | 252 | 0 | 136 | 40 | 2 | 501 | 140 | 64 |
| Binary | 11111010 | 10000 | 10101010 | 0 | 1011110 | 100000 | 10 | 101000001 | 1100000 | 110100 |
Color Harmonies of #FA10AA
Complementary color
Monochromatic Colors of #FA10AA
Black with #FA10AA
Text Example
Text Example
White with #FA10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10AA; }
p { color: rgb(250,16,170); }
H1.HeaderClassName
{
color: #FA10AA;
}
.AnyTagClassName
{
color: #FA10AA;
}
</style>
background-color css
<style>
a { background-color: #FA10AA; }
a { background-color: rgb(250,16,170); }
div.DivClassName
{
background-color: #FA10AA;
}
.BgClassName
{
background-color: #FA10AA;
}
</style>
border-color css
<style>
span { border-color: #FA10AA; }
span { border-color: rgb(250,16,170); }
td.TdClassName
{
border-color: #FA10AA;
}
.TagClassName
{
border-color: #FA10AA;
}
</style>