Shades of Hit Pink #FAA275
Tints of Hit Pink #FAA275
RGB
CMYK
RGB Variations
Color information
#FAA275 (or 0xFAA275) is known color: Hit Pink. HEX triplet: FA, A2 and 75. RGB value is (250,162,117). Sum of RGB (Red+Green+Blue) = 250+162+117=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA275 is #055D8A. Grayscale: #B7B7B7. Windows color (decimal): -351627 or 7709434. OLE color: 7709434.
HSL color Cylindrical-coordinate representation of color #FAA275: hue angle of 20.3º 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 #FAA275 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 117 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.02 |
| HSL | 20.3º | 0.93% | 0.72% | - |
| HSV(B) | 20.3º | 0.53% | 0.98% | - |
| XYZ | 55.56 | 47.45 | 23.06 | - |
| YUV | 183.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 117 | 0 | 0.35 | 0.53 | 0.02 | 20.3 | 0.93 | 0.72 |
| Hex | FA | A2 | 75 | 0 | 23 | 35 | 2 | 14 | 5D | 48 |
| Octal | 372 | 242 | 165 | 0 | 43 | 65 | 2 | 24 | 135 | 110 |
| Binary | 11111010 | 10100010 | 1110101 | 0 | 100011 | 110101 | 10 | 10100 | 1011101 | 1001000 |
Color Harmonies of #FAA275
Complementary color
Monochromatic Colors of #FAA275
Black with #FAA275
Text Example
Text Example
White with #FAA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA275; }
p { color: rgb(250,162,117); }
H1.HeaderClassName
{
color: #FAA275;
}
.AnyTagClassName
{
color: #FAA275;
}
</style>
background-color css
<style>
a { background-color: #FAA275; }
a { background-color: rgb(250,162,117); }
div.DivClassName
{
background-color: #FAA275;
}
.BgClassName
{
background-color: #FAA275;
}
</style>
border-color css
<style>
span { border-color: #FAA275; }
span { border-color: rgb(250,162,117); }
td.TdClassName
{
border-color: #FAA275;
}
.TagClassName
{
border-color: #FAA275;
}
</style>