Shades of Spicy Pink #FA12AD
Tints of Spicy Pink #FA12AD
RGB
CMYK
RGB Variations
Color information
#FA12AD (or 0xFA12AD) is known color: Spicy Pink. HEX triplet: FA, 12 and AD. RGB value is (250,18,173). Sum of RGB (Red+Green+Blue) = 250+18+173=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA12AD is #05ED52. Grayscale: #686868. Windows color (decimal): -388435 or 11342586. OLE color: 11342586.
HSL color Cylindrical-coordinate representation of color #FA12AD: hue angle of 319.91º 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 #FA12AD is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 173 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.02 |
| HSL | 319.91º | 0.96% | 0.53% | - |
| HSV(B) | 319.91º | 0.93% | 0.98% | - |
| XYZ | 47.18 | 23.77 | 41.64 | - |
| YUV | 105.04 | 166.36 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 173 | 0 | 0.93 | 0.31 | 0.02 | 319.91 | 0.96 | 0.53 |
| Hex | FA | 12 | AD | 0 | 5D | 1F | 2 | 140 | 60 | 35 |
| Octal | 372 | 22 | 255 | 0 | 135 | 37 | 2 | 500 | 140 | 65 |
| Binary | 11111010 | 10010 | 10101101 | 0 | 1011101 | 11111 | 10 | 101000000 | 1100000 | 110101 |
Color Harmonies of #FA12AD
Complementary color
Monochromatic Colors of #FA12AD
Black with #FA12AD
Text Example
Text Example
White with #FA12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12AD; }
p { color: rgb(250,18,173); }
H1.HeaderClassName
{
color: #FA12AD;
}
.AnyTagClassName
{
color: #FA12AD;
}
</style>
background-color css
<style>
a { background-color: #FA12AD; }
a { background-color: rgb(250,18,173); }
div.DivClassName
{
background-color: #FA12AD;
}
.BgClassName
{
background-color: #FA12AD;
}
</style>
border-color css
<style>
span { border-color: #FA12AD; }
span { border-color: rgb(250,18,173); }
td.TdClassName
{
border-color: #FA12AD;
}
.TagClassName
{
border-color: #FA12AD;
}
</style>