Shades of Hit Pink #FFA06C
Tints of Hit Pink #FFA06C
RGB
CMYK
RGB Variations
Color information
#FFA06C (or 0xFFA06C) is known color: Hit Pink. HEX triplet: FF, A0 and 6C. RGB value is (255,160,108). Sum of RGB (Red+Green+Blue) = 255+160+108=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA06C is #005F93. Grayscale: #B6B6B6. Windows color (decimal): -24468 or 7119103. OLE color: 7119103.
HSL color Cylindrical-coordinate representation of color #FFA06C: hue angle of 21.22º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFA06C is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 108 | - |
| CMYK | 0 | 0.37 | 0.58 | 0 |
| HSL | 21.22º | 1% | 0.71% | - |
| HSV(B) | 21.22º | 0.58% | 1% | - |
| XYZ | 56.52 | 47.48 | 20.37 | - |
| YUV | 182.48 | 85.97 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 108 | 0 | 0.37 | 0.58 | 0 | 21.22 | 1 | 0.71 |
| Hex | FF | A0 | 6C | 0 | 25 | 3A | 0 | 15 | 64 | 47 |
| Octal | 377 | 240 | 154 | 0 | 45 | 72 | 0 | 25 | 144 | 107 |
| Binary | 11111111 | 10100000 | 1101100 | 0 | 100101 | 111010 | 0 | 10101 | 1100100 | 1000111 |
Color Harmonies of #FFA06C
Complementary color
Monochromatic Colors of #FFA06C
Black with #FFA06C
Text Example
Text Example
White with #FFA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA06C; }
p { color: rgb(255,160,108); }
H1.HeaderClassName
{
color: #FFA06C;
}
.AnyTagClassName
{
color: #FFA06C;
}
</style>
background-color css
<style>
a { background-color: #FFA06C; }
a { background-color: rgb(255,160,108); }
div.DivClassName
{
background-color: #FFA06C;
}
.BgClassName
{
background-color: #FFA06C;
}
</style>
border-color css
<style>
span { border-color: #FFA06C; }
span { border-color: rgb(255,160,108); }
td.TdClassName
{
border-color: #FFA06C;
}
.TagClassName
{
border-color: #FFA06C;
}
</style>