Shades of Spicy Pink #FA10A5
Tints of Spicy Pink #FA10A5
RGB
CMYK
RGB Variations
Color information
#FA10A5 (or 0xFA10A5) is known color: Spicy Pink. HEX triplet: FA, 10 and A5. RGB value is (250,16,165). Sum of RGB (Red+Green+Blue) = 250+16+165=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA10A5 is #05EF5A. Grayscale: #666666. Windows color (decimal): -388955 or 10817786. OLE color: 10817786.
HSL color Cylindrical-coordinate representation of color #FA10A5: hue angle of 321.79º 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 #FA10A5 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 165 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.02 |
| HSL | 321.79º | 0.96% | 0.52% | - |
| HSV(B) | 321.79º | 0.94% | 0.98% | - |
| XYZ | 46.4 | 23.41 | 37.67 | - |
| YUV | 102.95 | 163.02 | 232.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 165 | 0 | 0.94 | 0.34 | 0.02 | 321.79 | 0.96 | 0.52 |
| Hex | FA | 10 | A5 | 0 | 5E | 22 | 2 | 142 | 60 | 34 |
| Octal | 372 | 20 | 245 | 0 | 136 | 42 | 2 | 502 | 140 | 64 |
| Binary | 11111010 | 10000 | 10100101 | 0 | 1011110 | 100010 | 10 | 101000010 | 1100000 | 110100 |
Color Harmonies of #FA10A5
Complementary color
Monochromatic Colors of #FA10A5
Black with #FA10A5
Text Example
Text Example
White with #FA10A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10A5; }
p { color: rgb(250,16,165); }
H1.HeaderClassName
{
color: #FA10A5;
}
.AnyTagClassName
{
color: #FA10A5;
}
</style>
background-color css
<style>
a { background-color: #FA10A5; }
a { background-color: rgb(250,16,165); }
div.DivClassName
{
background-color: #FA10A5;
}
.BgClassName
{
background-color: #FA10A5;
}
</style>
border-color css
<style>
span { border-color: #FA10A5; }
span { border-color: rgb(250,16,165); }
td.TdClassName
{
border-color: #FA10A5;
}
.TagClassName
{
border-color: #FA10A5;
}
</style>