Shades of Hit Pink #FFA168
Tints of Hit Pink #FFA168
RGB
CMYK
RGB Variations
Color information
#FFA168 (or 0xFFA168) is known color: Hit Pink. HEX triplet: FF, A1 and 68. RGB value is (255,161,104). Sum of RGB (Red+Green+Blue) = 255+161+104=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA168 is #005E97. Grayscale: #B6B6B6. Windows color (decimal): -24216 or 6857215. OLE color: 6857215.
HSL color Cylindrical-coordinate representation of color #FFA168: hue angle of 22.65º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFA168 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 104 | - |
| CMYK | 0 | 0.37 | 0.59 | 0 |
| HSL | 22.65º | 1% | 0.7% | - |
| HSV(B) | 22.65º | 0.59% | 1% | - |
| XYZ | 56.48 | 47.75 | 19.34 | - |
| YUV | 182.61 | 83.64 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 104 | 0 | 0.37 | 0.59 | 0 | 22.65 | 1 | 0.7 |
| Hex | FF | A1 | 68 | 0 | 25 | 3B | 0 | 17 | 64 | 46 |
| Octal | 377 | 241 | 150 | 0 | 45 | 73 | 0 | 27 | 144 | 106 |
| Binary | 11111111 | 10100001 | 1101000 | 0 | 100101 | 111011 | 0 | 10111 | 1100100 | 1000110 |
Color Harmonies of #FFA168
Complementary color
Monochromatic Colors of #FFA168
Black with #FFA168
Text Example
Text Example
White with #FFA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA168; }
p { color: rgb(255,161,104); }
H1.HeaderClassName
{
color: #FFA168;
}
.AnyTagClassName
{
color: #FFA168;
}
</style>
background-color css
<style>
a { background-color: #FFA168; }
a { background-color: rgb(255,161,104); }
div.DivClassName
{
background-color: #FFA168;
}
.BgClassName
{
background-color: #FFA168;
}
</style>
border-color css
<style>
span { border-color: #FFA168; }
span { border-color: rgb(255,161,104); }
td.TdClassName
{
border-color: #FFA168;
}
.TagClassName
{
border-color: #FFA168;
}
</style>