#FFA06A

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

Shades of Hit Pink #FFA06A

Tints of Hit Pink #FFA06A

Color information

#FFA06A (or 0xFFA06A) is unknown color: approx Hit Pink. HEX triplet: FF, A0 and 6A. RGB value is (255,160,106). Sum of RGB (Red+Green+Blue) = 255+160+106=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA06A is #005F95. Grayscale: #B6B6B6. Windows color (decimal): -24470 or 6988031. OLE color: 6988031.

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

Color convert

RGB255160106-
CMYK00.370.580
HSL21.74º100%70.78%-
HSV(B)21.74º58.43%100%-
XYZ56.4147.4419.82-
YUV182.2584.97179.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 106 (41.80% from 255) = 20.35%
R=48.94%
G=30.71%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516010600.370.58021.7410070.78
HexFFA06A0253A0166447
Octal37724015204572026144107
Binary11111111101000001101010010010111101001011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA06A; }

 p { color: rgb(255,160,106); }

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

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

 a { background-color: rgb(255,160,106); }

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

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

 span { border-color: rgb(255,160,106); }

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