Shades of Hit Pink #FFA36C
Tints of Hit Pink #FFA36C
RGB
CMYK
RGB Variations
Color information
#FFA36C (or 0xFFA36C) is known color: Hit Pink. HEX triplet: FF, A3 and 6C. RGB value is (255,163,108). Sum of RGB (Red+Green+Blue) = 255+163+108=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA36C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA36C is #005C93. Grayscale: #B8B8B8. Windows color (decimal): -23700 or 7119871. OLE color: 7119871.
HSL color Cylindrical-coordinate representation of color #FFA36C: hue angle of 22.45º 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 #FFA36C is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 108 | - |
| CMYK | 0 | 0.36 | 0.58 | 0 |
| HSL | 22.45º | 1% | 0.71% | - |
| HSV(B) | 22.45º | 0.58% | 1% | - |
| XYZ | 57.04 | 48.54 | 20.55 | - |
| YUV | 184.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 108 | 0 | 0.36 | 0.58 | 0 | 22.45 | 1 | 0.71 |
| Hex | FF | A3 | 6C | 0 | 24 | 3A | 0 | 16 | 64 | 47 |
| Octal | 377 | 243 | 154 | 0 | 44 | 72 | 0 | 26 | 144 | 107 |
| Binary | 11111111 | 10100011 | 1101100 | 0 | 100100 | 111010 | 0 | 10110 | 1100100 | 1000111 |
Color Harmonies of #FFA36C
Complementary color
Monochromatic Colors of #FFA36C
Black with #FFA36C
Text Example
Text Example
White with #FFA36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA36C; }
p { color: rgb(255,163,108); }
H1.HeaderClassName
{
color: #FFA36C;
}
.AnyTagClassName
{
color: #FFA36C;
}
</style>
background-color css
<style>
a { background-color: #FFA36C; }
a { background-color: rgb(255,163,108); }
div.DivClassName
{
background-color: #FFA36C;
}
.BgClassName
{
background-color: #FFA36C;
}
</style>
border-color css
<style>
span { border-color: #FFA36C; }
span { border-color: rgb(255,163,108); }
td.TdClassName
{
border-color: #FFA36C;
}
.TagClassName
{
border-color: #FFA36C;
}
</style>