Shades of Hit Pink #FFAC72
Tints of Hit Pink #FFAC72
RGB
CMYK
RGB Variations
Color information
#FFAC72 (or 0xFFAC72) is known color: Hit Pink. HEX triplet: FF, AC and 72. RGB value is (255,172,114). Sum of RGB (Red+Green+Blue) = 255+172+114=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC72 is #00538D. Grayscale: #BEBEBE. Windows color (decimal): -21390 or 7515391. OLE color: 7515391.
HSL color Cylindrical-coordinate representation of color #FFAC72: hue angle of 24.68º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFAC72 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 114 | - |
| CMYK | 0 | 0.33 | 0.55 | 0 |
| HSL | 24.68º | 1% | 0.72% | - |
| HSV(B) | 24.68º | 0.55% | 1% | - |
| XYZ | 59.03 | 51.98 | 22.84 | - |
| YUV | 190.21 | 85 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 114 | 0 | 0.33 | 0.55 | 0 | 24.68 | 1 | 0.72 |
| Hex | FF | AC | 72 | 0 | 21 | 37 | 0 | 19 | 64 | 48 |
| Octal | 377 | 254 | 162 | 0 | 41 | 67 | 0 | 31 | 144 | 110 |
| Binary | 11111111 | 10101100 | 1110010 | 0 | 100001 | 110111 | 0 | 11001 | 1100100 | 1001000 |
Color Harmonies of #FFAC72
Complementary color
Monochromatic Colors of #FFAC72
Black with #FFAC72
Text Example
Text Example
White with #FFAC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC72; }
p { color: rgb(255,172,114); }
H1.HeaderClassName
{
color: #FFAC72;
}
.AnyTagClassName
{
color: #FFAC72;
}
</style>
background-color css
<style>
a { background-color: #FFAC72; }
a { background-color: rgb(255,172,114); }
div.DivClassName
{
background-color: #FFAC72;
}
.BgClassName
{
background-color: #FFAC72;
}
</style>
border-color css
<style>
span { border-color: #FFAC72; }
span { border-color: rgb(255,172,114); }
td.TdClassName
{
border-color: #FFAC72;
}
.TagClassName
{
border-color: #FFAC72;
}
</style>