Shades of Hit Pink #FFAC74
Tints of Hit Pink #FFAC74
RGB
CMYK
RGB Variations
Color information
#FFAC74 (or 0xFFAC74) is known color: Hit Pink. HEX triplet: FF, AC and 74. RGB value is (255,172,116). Sum of RGB (Red+Green+Blue) = 255+172+116=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC74 is #00538B. Grayscale: #BEBEBE. Windows color (decimal): -21388 or 7646463. OLE color: 7646463.
HSL color Cylindrical-coordinate representation of color #FFAC74: hue angle of 24.17º 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 #FFAC74 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 116 | - |
| CMYK | 0 | 0.33 | 0.55 | 0 |
| HSL | 24.17º | 1% | 0.73% | - |
| HSV(B) | 24.17º | 0.55% | 1% | - |
| XYZ | 59.14 | 52.03 | 23.45 | - |
| YUV | 190.43 | 86 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 116 | 0 | 0.33 | 0.55 | 0 | 24.17 | 1 | 0.73 |
| Hex | FF | AC | 74 | 0 | 21 | 37 | 0 | 18 | 64 | 49 |
| Octal | 377 | 254 | 164 | 0 | 41 | 67 | 0 | 30 | 144 | 111 |
| Binary | 11111111 | 10101100 | 1110100 | 0 | 100001 | 110111 | 0 | 11000 | 1100100 | 1001001 |
Color Harmonies of #FFAC74
Complementary color
Monochromatic Colors of #FFAC74
Black with #FFAC74
Text Example
Text Example
White with #FFAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC74; }
p { color: rgb(255,172,116); }
H1.HeaderClassName
{
color: #FFAC74;
}
.AnyTagClassName
{
color: #FFAC74;
}
</style>
background-color css
<style>
a { background-color: #FFAC74; }
a { background-color: rgb(255,172,116); }
div.DivClassName
{
background-color: #FFAC74;
}
.BgClassName
{
background-color: #FFAC74;
}
</style>
border-color css
<style>
span { border-color: #FFAC74; }
span { border-color: rgb(255,172,116); }
td.TdClassName
{
border-color: #FFAC74;
}
.TagClassName
{
border-color: #FFAC74;
}
</style>