Shades of Hit Pink #FFA56C
Tints of Hit Pink #FFA56C
RGB
CMYK
RGB Variations
Color information
#FFA56C (or 0xFFA56C) is known color: Hit Pink. HEX triplet: FF, A5 and 6C. RGB value is (255,165,108). Sum of RGB (Red+Green+Blue) = 255+165+108=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA56C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA56C is #005A93. Grayscale: #B9B9B9. Windows color (decimal): -23188 or 7120383. OLE color: 7120383.
HSL color Cylindrical-coordinate representation of color #FFA56C: hue angle of 23.27º 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 #FFA56C is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 108 | - |
| CMYK | 0 | 0.35 | 0.58 | 0 |
| HSL | 23.27º | 1% | 0.71% | - |
| HSV(B) | 23.27º | 0.58% | 1% | - |
| XYZ | 57.4 | 49.25 | 20.67 | - |
| YUV | 185.41 | 84.32 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 108 | 0 | 0.35 | 0.58 | 0 | 23.27 | 1 | 0.71 |
| Hex | FF | A5 | 6C | 0 | 23 | 3A | 0 | 17 | 64 | 47 |
| Octal | 377 | 245 | 154 | 0 | 43 | 72 | 0 | 27 | 144 | 107 |
| Binary | 11111111 | 10100101 | 1101100 | 0 | 100011 | 111010 | 0 | 10111 | 1100100 | 1000111 |
Color Harmonies of #FFA56C
Complementary color
Monochromatic Colors of #FFA56C
Black with #FFA56C
Text Example
Text Example
White with #FFA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA56C; }
p { color: rgb(255,165,108); }
H1.HeaderClassName
{
color: #FFA56C;
}
.AnyTagClassName
{
color: #FFA56C;
}
</style>
background-color css
<style>
a { background-color: #FFA56C; }
a { background-color: rgb(255,165,108); }
div.DivClassName
{
background-color: #FFA56C;
}
.BgClassName
{
background-color: #FFA56C;
}
</style>
border-color css
<style>
span { border-color: #FFA56C; }
span { border-color: rgb(255,165,108); }
td.TdClassName
{
border-color: #FFA56C;
}
.TagClassName
{
border-color: #FFA56C;
}
</style>