Shades of Spicy Pink #FA11A8
Tints of Spicy Pink #FA11A8
RGB
CMYK
RGB Variations
Color information
#FA11A8 (or 0xFA11A8) is known color: Spicy Pink. HEX triplet: FA, 11 and A8. RGB value is (250,17,168). Sum of RGB (Red+Green+Blue) = 250+17+168=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA11A8 is #05EE57. Grayscale: #676767. Windows color (decimal): -388696 or 11014650. OLE color: 11014650.
HSL color Cylindrical-coordinate representation of color #FA11A8: hue angle of 321.12º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA11A8 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 168 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.02 |
| HSL | 321.12º | 0.96% | 0.52% | - |
| HSV(B) | 321.12º | 0.93% | 0.98% | - |
| XYZ | 46.69 | 23.55 | 39.13 | - |
| YUV | 103.88 | 164.19 | 232.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 168 | 0 | 0.93 | 0.33 | 0.02 | 321.12 | 0.96 | 0.52 |
| Hex | FA | 11 | A8 | 0 | 5D | 21 | 2 | 141 | 60 | 34 |
| Octal | 372 | 21 | 250 | 0 | 135 | 41 | 2 | 501 | 140 | 64 |
| Binary | 11111010 | 10001 | 10101000 | 0 | 1011101 | 100001 | 10 | 101000001 | 1100000 | 110100 |
Color Harmonies of #FA11A8
Complementary color
Monochromatic Colors of #FA11A8
Black with #FA11A8
Text Example
Text Example
White with #FA11A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA11A8; }
p { color: rgb(250,17,168); }
H1.HeaderClassName
{
color: #FA11A8;
}
.AnyTagClassName
{
color: #FA11A8;
}
</style>
background-color css
<style>
a { background-color: #FA11A8; }
a { background-color: rgb(250,17,168); }
div.DivClassName
{
background-color: #FA11A8;
}
.BgClassName
{
background-color: #FA11A8;
}
</style>
border-color css
<style>
span { border-color: #FA11A8; }
span { border-color: rgb(250,17,168); }
td.TdClassName
{
border-color: #FA11A8;
}
.TagClassName
{
border-color: #FA11A8;
}
</style>