#FFA16D

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

Shades of Hit Pink #FFA16D

Tints of Hit Pink #FFA16D

Color information

#FFA16D (or 0xFFA16D) is unknown color: approx Hit Pink. HEX triplet: FF, A1 and 6D. RGB value is (255,161,109). Sum of RGB (Red+Green+Blue) = 255+161+109=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA16D is #005E92. Grayscale: #B7B7B7. Windows color (decimal): -24211 or 7184895. OLE color: 7184895.

HSL color Cylindrical-coordinate representation of color #FFA16D: hue angle of 21.37º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFA16D is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB255161109-
CMYK00.370.570
HSL21.37º100%71.37%-
HSV(B)21.37º57.25%100%-
XYZ56.7547.8520.71-
YUV183.1886.14179.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 161 (63.28% from 255) = 30.67%
BLUE value IS 109 (42.97% from 255) = 20.76%
R=48.57%
G=30.67%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516110900.370.57021.3710071.37
HexFFA16D025390156447
Octal37724115504571025144107
Binary11111111101000011101101010010111100101010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA16D; }

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

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

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

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

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

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

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

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