Shades of Hit Pink #FFA06F
Tints of Hit Pink #FFA06F
RGB
CMYK
RGB Variations
Color information
#FFA06F (or 0xFFA06F) is known color: Hit Pink. HEX triplet: FF, A0 and 6F. RGB value is (255,160,111). Sum of RGB (Red+Green+Blue) = 255+160+111=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA06F is #005F90. Grayscale: #B7B7B7. Windows color (decimal): -24465 or 7315711. OLE color: 7315711.
HSL color Cylindrical-coordinate representation of color #FFA06F: hue angle of 20.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 #FFA06F is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 111 | - |
| CMYK | 0 | 0.37 | 0.56 | 0 |
| HSL | 20.42º | 1% | 0.72% | - |
| HSV(B) | 20.42º | 0.56% | 1% | - |
| XYZ | 56.68 | 47.55 | 21.23 | - |
| YUV | 182.82 | 87.47 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 111 | 0 | 0.37 | 0.56 | 0 | 20.42 | 1 | 0.72 |
| Hex | FF | A0 | 6F | 0 | 25 | 38 | 0 | 14 | 64 | 48 |
| Octal | 377 | 240 | 157 | 0 | 45 | 70 | 0 | 24 | 144 | 110 |
| Binary | 11111111 | 10100000 | 1101111 | 0 | 100101 | 111000 | 0 | 10100 | 1100100 | 1001000 |
Color Harmonies of #FFA06F
Complementary color
Monochromatic Colors of #FFA06F
Black with #FFA06F
Text Example
Text Example
White with #FFA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA06F; }
p { color: rgb(255,160,111); }
H1.HeaderClassName
{
color: #FFA06F;
}
.AnyTagClassName
{
color: #FFA06F;
}
</style>
background-color css
<style>
a { background-color: #FFA06F; }
a { background-color: rgb(255,160,111); }
div.DivClassName
{
background-color: #FFA06F;
}
.BgClassName
{
background-color: #FFA06F;
}
</style>
border-color css
<style>
span { border-color: #FFA06F; }
span { border-color: rgb(255,160,111); }
td.TdClassName
{
border-color: #FFA06F;
}
.TagClassName
{
border-color: #FFA06F;
}
</style>