Shades of Hit Pink #FFAC6D
Tints of Hit Pink #FFAC6D
RGB
CMYK
RGB Variations
Color information
#FFAC6D (or 0xFFAC6D) is known color: Hit Pink. HEX triplet: FF, AC and 6D. RGB value is (255,172,109). Sum of RGB (Red+Green+Blue) = 255+172+109=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC6D is #005392. Grayscale: #BDBDBD. Windows color (decimal): -21395 or 7187711. OLE color: 7187711.
HSL color Cylindrical-coordinate representation of color #FFAC6D: hue angle of 25.89º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFAC6D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 109 | - |
| CMYK | 0 | 0.33 | 0.57 | 0 |
| HSL | 25.89º | 1% | 0.71% | - |
| HSV(B) | 25.89º | 0.57% | 1% | - |
| XYZ | 58.75 | 51.87 | 21.38 | - |
| YUV | 189.64 | 82.5 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 109 | 0 | 0.33 | 0.57 | 0 | 25.89 | 1 | 0.71 |
| Hex | FF | AC | 6D | 0 | 21 | 39 | 0 | 1A | 64 | 47 |
| Octal | 377 | 254 | 155 | 0 | 41 | 71 | 0 | 32 | 144 | 107 |
| Binary | 11111111 | 10101100 | 1101101 | 0 | 100001 | 111001 | 0 | 11010 | 1100100 | 1000111 |
Color Harmonies of #FFAC6D
Complementary color
Monochromatic Colors of #FFAC6D
Black with #FFAC6D
Text Example
Text Example
White with #FFAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC6D; }
p { color: rgb(255,172,109); }
H1.HeaderClassName
{
color: #FFAC6D;
}
.AnyTagClassName
{
color: #FFAC6D;
}
</style>
background-color css
<style>
a { background-color: #FFAC6D; }
a { background-color: rgb(255,172,109); }
div.DivClassName
{
background-color: #FFAC6D;
}
.BgClassName
{
background-color: #FFAC6D;
}
</style>
border-color css
<style>
span { border-color: #FFAC6D; }
span { border-color: rgb(255,172,109); }
td.TdClassName
{
border-color: #FFAC6D;
}
.TagClassName
{
border-color: #FFAC6D;
}
</style>