Shades of Hit Pink #FFA774
Tints of Hit Pink #FFA774
RGB
CMYK
RGB Variations
Color information
#FFA774 (or 0xFFA774) is known color: Hit Pink. HEX triplet: FF, A7 and 74. RGB value is (255,167,116). Sum of RGB (Red+Green+Blue) = 255+167+116=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA774 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA774 is #00588B. Grayscale: #BBBBBB. Windows color (decimal): -22668 or 7645183. OLE color: 7645183.
HSL color Cylindrical-coordinate representation of color #FFA774: hue angle of 22.01º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFA774 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 116 | - |
| CMYK | 0 | 0.35 | 0.55 | 0 |
| HSL | 22.01º | 1% | 0.73% | - |
| HSV(B) | 22.01º | 0.55% | 1% | - |
| XYZ | 58.21 | 50.16 | 23.14 | - |
| YUV | 187.5 | 87.65 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 116 | 0 | 0.35 | 0.55 | 0 | 22.01 | 1 | 0.73 |
| Hex | FF | A7 | 74 | 0 | 23 | 37 | 0 | 16 | 64 | 49 |
| Octal | 377 | 247 | 164 | 0 | 43 | 67 | 0 | 26 | 144 | 111 |
| Binary | 11111111 | 10100111 | 1110100 | 0 | 100011 | 110111 | 0 | 10110 | 1100100 | 1001001 |
Color Harmonies of #FFA774
Complementary color
Monochromatic Colors of #FFA774
Black with #FFA774
Text Example
Text Example
White with #FFA774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA774; }
p { color: rgb(255,167,116); }
H1.HeaderClassName
{
color: #FFA774;
}
.AnyTagClassName
{
color: #FFA774;
}
</style>
background-color css
<style>
a { background-color: #FFA774; }
a { background-color: rgb(255,167,116); }
div.DivClassName
{
background-color: #FFA774;
}
.BgClassName
{
background-color: #FFA774;
}
</style>
border-color css
<style>
span { border-color: #FFA774; }
span { border-color: rgb(255,167,116); }
td.TdClassName
{
border-color: #FFA774;
}
.TagClassName
{
border-color: #FFA774;
}
</style>