#FFA46B

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

Shades of Hit Pink #FFA46B

Tints of Hit Pink #FFA46B

Color information

#FFA46B (or 0xFFA46B) is unknown color: approx Hit Pink. HEX triplet: FF, A4 and 6B. RGB value is (255,164,107). Sum of RGB (Red+Green+Blue) = 255+164+107=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA46B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA46B is #005B94. Grayscale: #B9B9B9. Windows color (decimal): -23445 or 7054591. OLE color: 7054591.

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

Color convert

RGB255164107-
CMYK00.360.580
HSL23.11º100%70.98%-
HSV(B)23.11º58.04%100%-
XYZ57.1748.8720.33-
YUV184.7184.15178.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.48%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 107 (42.19% from 255) = 20.34%
R=48.48%
G=31.18%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516410700.360.58023.1110070.98
HexFFA46B0243A0176447
Octal37724415304472027144107
Binary11111111101001001101011010010011101001011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA46B; }

 p { color: rgb(255,164,107); }

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

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

 a { background-color: rgb(255,164,107); }

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

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

 span { border-color: rgb(255,164,107); }

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