#FFA16C

Color #FFA16C Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #FFA16C

Tints of Hit Pink #FFA16C

Color information

#FFA16C (or 0xFFA16C) is unknown color: approx Hit Pink. HEX triplet: FF, A1 and 6C. RGB value is (255,161,108). Sum of RGB (Red+Green+Blue) = 255+161+108=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA16C is #005E93. Grayscale: #B7B7B7. Windows color (decimal): -24212 or 7119359. OLE color: 7119359.

HSL color Cylindrical-coordinate representation of color #FFA16C: hue angle of 21.63º 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 #FFA16C is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB255161108-
CMYK00.370.580
HSL21.63º100%71.18%-
HSV(B)21.63º57.65%100%-
XYZ56.6947.8320.43-
YUV183.0685.64179.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 161 (63.28% from 255) = 30.73%
BLUE value IS 108 (42.58% from 255) = 20.61%
R=48.66%
G=30.73%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516110800.370.58021.6310071.18
HexFFA16C0253A0166447
Octal37724115404572026144107
Binary11111111101000011101100010010111101001011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA16C; }

 p { color: rgb(255,161,108); }

 H1.HeaderClassName
 {
   color: #FFA16C;
 }
 .AnyTagClassName
 {
   color: #FFA16C;
 }
</style>
background-color css

<style>
 a { background-color: #FFA16C; }

 a { background-color: rgb(255,161,108); }

 div.DivClassName
 {
   background-color: #FFA16C;
 }
 .BgClassName
 {
   background-color: #FFA16C;
 }
</style>
border-color css

<style>
 span { border-color: #FFA16C; }

 span { border-color: rgb(255,161,108); }

 td.TdClassName
 {
   border-color: #FFA16C;
 }
 .TagClassName
 {
   border-color: #FFA16C;
 }
</style>