Shades of Hot Pink #FA71AA
Tints of Hot Pink #FA71AA
RGB
CMYK
RGB Variations
Color information
#FA71AA (or 0xFA71AA) is known color: Hot Pink. HEX triplet: FA, 71 and AA. RGB value is (250,113,170). Sum of RGB (Red+Green+Blue) = 250+113+170=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA71AA is #058E55. Grayscale: #A0A0A0. Windows color (decimal): -364118 or 11170298. OLE color: 11170298.
HSL color Cylindrical-coordinate representation of color #FA71AA: hue angle of 335.04º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA71AA is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 170 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.02 |
| HSL | 335.04º | 0.93% | 0.71% | - |
| HSV(B) | 335.04º | 0.55% | 0.98% | - |
| XYZ | 52.59 | 35.04 | 42.02 | - |
| YUV | 160.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 170 | 0 | 0.55 | 0.32 | 0.02 | 335.04 | 0.93 | 0.71 |
| Hex | FA | 71 | AA | 0 | 37 | 20 | 2 | 14F | 5D | 47 |
| Octal | 372 | 161 | 252 | 0 | 67 | 40 | 2 | 517 | 135 | 107 |
| Binary | 11111010 | 1110001 | 10101010 | 0 | 110111 | 100000 | 10 | 101001111 | 1011101 | 1000111 |
Color Harmonies of #FA71AA
Complementary color
Monochromatic Colors of #FA71AA
Black with #FA71AA
Text Example
Text Example
White with #FA71AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA71AA; }
p { color: rgb(250,113,170); }
H1.HeaderClassName
{
color: #FA71AA;
}
.AnyTagClassName
{
color: #FA71AA;
}
</style>
background-color css
<style>
a { background-color: #FA71AA; }
a { background-color: rgb(250,113,170); }
div.DivClassName
{
background-color: #FA71AA;
}
.BgClassName
{
background-color: #FA71AA;
}
</style>
border-color css
<style>
span { border-color: #FA71AA; }
span { border-color: rgb(250,113,170); }
td.TdClassName
{
border-color: #FA71AA;
}
.TagClassName
{
border-color: #FA71AA;
}
</style>