Shades of Hit Pink #FFA06D
Tints of Hit Pink #FFA06D
RGB
CMYK
RGB Variations
Color information
#FFA06D (or 0xFFA06D) is known color: Hit Pink. HEX triplet: FF, A0 and 6D. RGB value is (255,160,109). Sum of RGB (Red+Green+Blue) = 255+160+109=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA06D is #005F92. Grayscale: #B6B6B6. Windows color (decimal): -24467 or 7184639. OLE color: 7184639.
HSL color Cylindrical-coordinate representation of color #FFA06D: hue angle of 20.96º 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 #FFA06D is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 109 | - |
| CMYK | 0 | 0.37 | 0.57 | 0 |
| HSL | 20.96º | 1% | 0.71% | - |
| HSV(B) | 20.96º | 0.57% | 1% | - |
| XYZ | 56.57 | 47.51 | 20.66 | - |
| YUV | 182.59 | 86.47 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 109 | 0 | 0.37 | 0.57 | 0 | 20.96 | 1 | 0.71 |
| Hex | FF | A0 | 6D | 0 | 25 | 39 | 0 | 15 | 64 | 47 |
| Octal | 377 | 240 | 155 | 0 | 45 | 71 | 0 | 25 | 144 | 107 |
| Binary | 11111111 | 10100000 | 1101101 | 0 | 100101 | 111001 | 0 | 10101 | 1100100 | 1000111 |
Color Harmonies of #FFA06D
Complementary color
Monochromatic Colors of #FFA06D
Black with #FFA06D
Text Example
Text Example
White with #FFA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA06D; }
p { color: rgb(255,160,109); }
H1.HeaderClassName
{
color: #FFA06D;
}
.AnyTagClassName
{
color: #FFA06D;
}
</style>
background-color css
<style>
a { background-color: #FFA06D; }
a { background-color: rgb(255,160,109); }
div.DivClassName
{
background-color: #FFA06D;
}
.BgClassName
{
background-color: #FFA06D;
}
</style>
border-color css
<style>
span { border-color: #FFA06D; }
span { border-color: rgb(255,160,109); }
td.TdClassName
{
border-color: #FFA06D;
}
.TagClassName
{
border-color: #FFA06D;
}
</style>