Shades of Hit Pink #FAA175
Tints of Hit Pink #FAA175
RGB
CMYK
RGB Variations
Color information
#FAA175 (or 0xFAA175) is known color: Hit Pink. HEX triplet: FA, A1 and 75. RGB value is (250,161,117). Sum of RGB (Red+Green+Blue) = 250+161+117=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA175 is #055E8A. Grayscale: #B6B6B6. Windows color (decimal): -351883 or 7709178. OLE color: 7709178.
HSL color Cylindrical-coordinate representation of color #FAA175: hue angle of 19.85º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAA175 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 117 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.02 |
| HSL | 19.85º | 0.93% | 0.72% | - |
| HSV(B) | 19.85º | 0.53% | 0.98% | - |
| XYZ | 55.38 | 47.1 | 23 | - |
| YUV | 182.6 | 90.99 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 117 | 0 | 0.36 | 0.53 | 0.02 | 19.85 | 0.93 | 0.72 |
| Hex | FA | A1 | 75 | 0 | 24 | 35 | 2 | 14 | 5D | 48 |
| Octal | 372 | 241 | 165 | 0 | 44 | 65 | 2 | 24 | 135 | 110 |
| Binary | 11111010 | 10100001 | 1110101 | 0 | 100100 | 110101 | 10 | 10100 | 1011101 | 1001000 |
Color Harmonies of #FAA175
Complementary color
Monochromatic Colors of #FAA175
Black with #FAA175
Text Example
Text Example
White with #FAA175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA175; }
p { color: rgb(250,161,117); }
H1.HeaderClassName
{
color: #FAA175;
}
.AnyTagClassName
{
color: #FAA175;
}
</style>
background-color css
<style>
a { background-color: #FAA175; }
a { background-color: rgb(250,161,117); }
div.DivClassName
{
background-color: #FAA175;
}
.BgClassName
{
background-color: #FAA175;
}
</style>
border-color css
<style>
span { border-color: #FAA175; }
span { border-color: rgb(250,161,117); }
td.TdClassName
{
border-color: #FAA175;
}
.TagClassName
{
border-color: #FAA175;
}
</style>