Shades of Spicy Pink #FA12A8
Tints of Spicy Pink #FA12A8
RGB
CMYK
RGB Variations
Color information
#FA12A8 (or 0xFA12A8) is known color: Spicy Pink. HEX triplet: FA, 12 and A8. RGB value is (250,18,168). Sum of RGB (Red+Green+Blue) = 250+18+168=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA12A8 is #05ED57. Grayscale: #686868. Windows color (decimal): -388440 or 11014906. OLE color: 11014906.
HSL color Cylindrical-coordinate representation of color #FA12A8: hue angle of 321.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA12A8 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 168 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.02 |
| HSL | 321.21º | 0.96% | 0.53% | - |
| HSV(B) | 321.21º | 0.93% | 0.98% | - |
| XYZ | 46.71 | 23.58 | 39.14 | - |
| YUV | 104.47 | 163.86 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 168 | 0 | 0.93 | 0.33 | 0.02 | 321.21 | 0.96 | 0.53 |
| Hex | FA | 12 | A8 | 0 | 5D | 21 | 2 | 141 | 60 | 35 |
| Octal | 372 | 22 | 250 | 0 | 135 | 41 | 2 | 501 | 140 | 65 |
| Binary | 11111010 | 10010 | 10101000 | 0 | 1011101 | 100001 | 10 | 101000001 | 1100000 | 110101 |
Color Harmonies of #FA12A8
Complementary color
Monochromatic Colors of #FA12A8
Black with #FA12A8
Text Example
Text Example
White with #FA12A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12A8; }
p { color: rgb(250,18,168); }
H1.HeaderClassName
{
color: #FA12A8;
}
.AnyTagClassName
{
color: #FA12A8;
}
</style>
background-color css
<style>
a { background-color: #FA12A8; }
a { background-color: rgb(250,18,168); }
div.DivClassName
{
background-color: #FA12A8;
}
.BgClassName
{
background-color: #FA12A8;
}
</style>
border-color css
<style>
span { border-color: #FA12A8; }
span { border-color: rgb(250,18,168); }
td.TdClassName
{
border-color: #FA12A8;
}
.TagClassName
{
border-color: #FA12A8;
}
</style>