Shades of Spicy Pink #FA11A2
Tints of Spicy Pink #FA11A2
RGB
CMYK
RGB Variations
Color information
#FA11A2 (or 0xFA11A2) is known color: Spicy Pink. HEX triplet: FA, 11 and A2. RGB value is (250,17,162). Sum of RGB (Red+Green+Blue) = 250+17+162=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA11A2 is #05EE5D. Grayscale: #666666. Windows color (decimal): -388702 or 10621434. OLE color: 10621434.
HSL color Cylindrical-coordinate representation of color #FA11A2: hue angle of 322.66º 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 #FA11A2 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 162 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.02 |
| HSL | 322.66º | 0.96% | 0.52% | - |
| HSV(B) | 322.66º | 0.93% | 0.98% | - |
| XYZ | 46.15 | 23.33 | 36.25 | - |
| YUV | 103.2 | 161.19 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 162 | 0 | 0.93 | 0.35 | 0.02 | 322.66 | 0.96 | 0.52 |
| Hex | FA | 11 | A2 | 0 | 5D | 23 | 2 | 143 | 60 | 34 |
| Octal | 372 | 21 | 242 | 0 | 135 | 43 | 2 | 503 | 140 | 64 |
| Binary | 11111010 | 10001 | 10100010 | 0 | 1011101 | 100011 | 10 | 101000011 | 1100000 | 110100 |
Color Harmonies of #FA11A2
Complementary color
Monochromatic Colors of #FA11A2
Black with #FA11A2
Text Example
Text Example
White with #FA11A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA11A2; }
p { color: rgb(250,17,162); }
H1.HeaderClassName
{
color: #FA11A2;
}
.AnyTagClassName
{
color: #FA11A2;
}
</style>
background-color css
<style>
a { background-color: #FA11A2; }
a { background-color: rgb(250,17,162); }
div.DivClassName
{
background-color: #FA11A2;
}
.BgClassName
{
background-color: #FA11A2;
}
</style>
border-color css
<style>
span { border-color: #FA11A2; }
span { border-color: rgb(250,17,162); }
td.TdClassName
{
border-color: #FA11A2;
}
.TagClassName
{
border-color: #FA11A2;
}
</style>