Shades of Hit Pink #FFA06A
Tints of Hit Pink #FFA06A
RGB
CMYK
RGB Variations
Color information
#FFA06A (or 0xFFA06A) is known color: Hit Pink. HEX triplet: FF, A0 and 6A. RGB value is (255,160,106). Sum of RGB (Red+Green+Blue) = 255+160+106=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA06A is #005F95. Grayscale: #B6B6B6. Windows color (decimal): -24470 or 6988031. OLE color: 6988031.
HSL color Cylindrical-coordinate representation of color #FFA06A: hue angle of 21.74º 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 #FFA06A is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 106 | - |
| CMYK | 0 | 0.37 | 0.58 | 0 |
| HSL | 21.74º | 1% | 0.71% | - |
| HSV(B) | 21.74º | 0.58% | 1% | - |
| XYZ | 56.41 | 47.44 | 19.82 | - |
| YUV | 182.25 | 84.97 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 106 | 0 | 0.37 | 0.58 | 0 | 21.74 | 1 | 0.71 |
| Hex | FF | A0 | 6A | 0 | 25 | 3A | 0 | 16 | 64 | 47 |
| Octal | 377 | 240 | 152 | 0 | 45 | 72 | 0 | 26 | 144 | 107 |
| Binary | 11111111 | 10100000 | 1101010 | 0 | 100101 | 111010 | 0 | 10110 | 1100100 | 1000111 |
Color Harmonies of #FFA06A
Complementary color
Monochromatic Colors of #FFA06A
Black with #FFA06A
Text Example
Text Example
White with #FFA06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA06A; }
p { color: rgb(255,160,106); }
H1.HeaderClassName
{
color: #FFA06A;
}
.AnyTagClassName
{
color: #FFA06A;
}
</style>
background-color css
<style>
a { background-color: #FFA06A; }
a { background-color: rgb(255,160,106); }
div.DivClassName
{
background-color: #FFA06A;
}
.BgClassName
{
background-color: #FFA06A;
}
</style>
border-color css
<style>
span { border-color: #FFA06A; }
span { border-color: rgb(255,160,106); }
td.TdClassName
{
border-color: #FFA06A;
}
.TagClassName
{
border-color: #FFA06A;
}
</style>