Shades of Hit Pink #FFA975
Tints of Hit Pink #FFA975
RGB
CMYK
RGB Variations
Color information
#FFA975 (or 0xFFA975) is known color: Hit Pink. HEX triplet: FF, A9 and 75. RGB value is (255,169,117). Sum of RGB (Red+Green+Blue) = 255+169+117=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA975 is #00568A. Grayscale: #BDBDBD. Windows color (decimal): -22155 or 7711231. OLE color: 7711231.
HSL color Cylindrical-coordinate representation of color #FFA975: hue angle of 22.61º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFA975 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 117 | - |
| CMYK | 0 | 0.34 | 0.54 | 0 |
| HSL | 22.61º | 1% | 0.73% | - |
| HSV(B) | 22.61º | 0.54% | 1% | - |
| XYZ | 58.64 | 50.92 | 23.57 | - |
| YUV | 188.79 | 87.49 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 117 | 0 | 0.34 | 0.54 | 0 | 22.61 | 1 | 0.73 |
| Hex | FF | A9 | 75 | 0 | 22 | 36 | 0 | 17 | 64 | 49 |
| Octal | 377 | 251 | 165 | 0 | 42 | 66 | 0 | 27 | 144 | 111 |
| Binary | 11111111 | 10101001 | 1110101 | 0 | 100010 | 110110 | 0 | 10111 | 1100100 | 1001001 |
Color Harmonies of #FFA975
Complementary color
Monochromatic Colors of #FFA975
Black with #FFA975
Text Example
Text Example
White with #FFA975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA975; }
p { color: rgb(255,169,117); }
H1.HeaderClassName
{
color: #FFA975;
}
.AnyTagClassName
{
color: #FFA975;
}
</style>
background-color css
<style>
a { background-color: #FFA975; }
a { background-color: rgb(255,169,117); }
div.DivClassName
{
background-color: #FFA975;
}
.BgClassName
{
background-color: #FFA975;
}
</style>
border-color css
<style>
span { border-color: #FFA975; }
span { border-color: rgb(255,169,117); }
td.TdClassName
{
border-color: #FFA975;
}
.TagClassName
{
border-color: #FFA975;
}
</style>