Shades of Hit Pink #FFAC6F
Tints of Hit Pink #FFAC6F
RGB
CMYK
RGB Variations
Color information
#FFAC6F (or 0xFFAC6F) is known color: Hit Pink. HEX triplet: FF, AC and 6F. RGB value is (255,172,111). Sum of RGB (Red+Green+Blue) = 255+172+111=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC6F is #005390. Grayscale: #BEBEBE. Windows color (decimal): -21393 or 7318783. OLE color: 7318783.
HSL color Cylindrical-coordinate representation of color #FFAC6F: hue angle of 25.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFAC6F is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 111 | - |
| CMYK | 0 | 0.33 | 0.56 | 0 |
| HSL | 25.42º | 1% | 0.72% | - |
| HSV(B) | 25.42º | 0.56% | 1% | - |
| XYZ | 58.86 | 51.91 | 21.96 | - |
| YUV | 189.86 | 83.5 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 111 | 0 | 0.33 | 0.56 | 0 | 25.42 | 1 | 0.72 |
| Hex | FF | AC | 6F | 0 | 21 | 38 | 0 | 19 | 64 | 48 |
| Octal | 377 | 254 | 157 | 0 | 41 | 70 | 0 | 31 | 144 | 110 |
| Binary | 11111111 | 10101100 | 1101111 | 0 | 100001 | 111000 | 0 | 11001 | 1100100 | 1001000 |
Color Harmonies of #FFAC6F
Complementary color
Monochromatic Colors of #FFAC6F
Black with #FFAC6F
Text Example
Text Example
White with #FFAC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC6F; }
p { color: rgb(255,172,111); }
H1.HeaderClassName
{
color: #FFAC6F;
}
.AnyTagClassName
{
color: #FFAC6F;
}
</style>
background-color css
<style>
a { background-color: #FFAC6F; }
a { background-color: rgb(255,172,111); }
div.DivClassName
{
background-color: #FFAC6F;
}
.BgClassName
{
background-color: #FFAC6F;
}
</style>
border-color css
<style>
span { border-color: #FFAC6F; }
span { border-color: rgb(255,172,111); }
td.TdClassName
{
border-color: #FFAC6F;
}
.TagClassName
{
border-color: #FFAC6F;
}
</style>