Shades of Hit Pink #FAA371
Tints of Hit Pink #FAA371
RGB
CMYK
RGB Variations
Color information
#FAA371 (or 0xFAA371) is known color: Hit Pink. HEX triplet: FA, A3 and 71. RGB value is (250,163,113). Sum of RGB (Red+Green+Blue) = 250+163+113=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA371 is #055C8E. Grayscale: #B7B7B7. Windows color (decimal): -351375 or 7447546. OLE color: 7447546.
HSL color Cylindrical-coordinate representation of color #FAA371: hue angle of 21.9º 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 #FAA371 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 113 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.02 |
| HSL | 21.9º | 0.93% | 0.71% | - |
| HSV(B) | 21.9º | 0.55% | 0.98% | - |
| XYZ | 55.5 | 47.71 | 21.91 | - |
| YUV | 183.31 | 88.32 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 113 | 0 | 0.35 | 0.55 | 0.02 | 21.9 | 0.93 | 0.71 |
| Hex | FA | A3 | 71 | 0 | 23 | 37 | 2 | 16 | 5D | 47 |
| Octal | 372 | 243 | 161 | 0 | 43 | 67 | 2 | 26 | 135 | 107 |
| Binary | 11111010 | 10100011 | 1110001 | 0 | 100011 | 110111 | 10 | 10110 | 1011101 | 1000111 |
Color Harmonies of #FAA371
Complementary color
Monochromatic Colors of #FAA371
Black with #FAA371
Text Example
Text Example
White with #FAA371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA371; }
p { color: rgb(250,163,113); }
H1.HeaderClassName
{
color: #FAA371;
}
.AnyTagClassName
{
color: #FAA371;
}
</style>
background-color css
<style>
a { background-color: #FAA371; }
a { background-color: rgb(250,163,113); }
div.DivClassName
{
background-color: #FAA371;
}
.BgClassName
{
background-color: #FAA371;
}
</style>
border-color css
<style>
span { border-color: #FAA371; }
span { border-color: rgb(250,163,113); }
td.TdClassName
{
border-color: #FAA371;
}
.TagClassName
{
border-color: #FAA371;
}
</style>