Shades of Hit Pink #FFA775
Tints of Hit Pink #FFA775
RGB
CMYK
RGB Variations
Color information
#FFA775 (or 0xFFA775) is known color: Hit Pink. HEX triplet: FF, A7 and 75. RGB value is (255,167,117). Sum of RGB (Red+Green+Blue) = 255+167+117=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA775 is #00588A. Grayscale: #BBBBBB. Windows color (decimal): -22667 or 7710719. OLE color: 7710719.
HSL color Cylindrical-coordinate representation of color #FFA775: hue angle of 21.74º 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 #FFA775 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 117 | - |
| CMYK | 0 | 0.35 | 0.54 | 0 |
| HSL | 21.74º | 1% | 0.73% | - |
| HSV(B) | 21.74º | 0.54% | 1% | - |
| XYZ | 58.27 | 50.18 | 23.44 | - |
| YUV | 187.61 | 88.15 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 117 | 0 | 0.35 | 0.54 | 0 | 21.74 | 1 | 0.73 |
| Hex | FF | A7 | 75 | 0 | 23 | 36 | 0 | 16 | 64 | 49 |
| Octal | 377 | 247 | 165 | 0 | 43 | 66 | 0 | 26 | 144 | 111 |
| Binary | 11111111 | 10100111 | 1110101 | 0 | 100011 | 110110 | 0 | 10110 | 1100100 | 1001001 |
Color Harmonies of #FFA775
Complementary color
Monochromatic Colors of #FFA775
Black with #FFA775
Text Example
Text Example
White with #FFA775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA775; }
p { color: rgb(255,167,117); }
H1.HeaderClassName
{
color: #FFA775;
}
.AnyTagClassName
{
color: #FFA775;
}
</style>
background-color css
<style>
a { background-color: #FFA775; }
a { background-color: rgb(255,167,117); }
div.DivClassName
{
background-color: #FFA775;
}
.BgClassName
{
background-color: #FFA775;
}
</style>
border-color css
<style>
span { border-color: #FFA775; }
span { border-color: rgb(255,167,117); }
td.TdClassName
{
border-color: #FFA775;
}
.TagClassName
{
border-color: #FFA775;
}
</style>