#FFA170

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

Shades of Hit Pink #FFA170

Tints of Hit Pink #FFA170

Color information

#FFA170 (or 0xFFA170) is unknown color: approx Hit Pink. HEX triplet: FF, A1 and 70. RGB value is (255,161,112). Sum of RGB (Red+Green+Blue) = 255+161+112=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA170 is #005E8F. Grayscale: #B7B7B7. Windows color (decimal): -24208 or 7381503. OLE color: 7381503.

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

Color convert

RGB255161112-
CMYK00.370.560
HSL20.56º100%71.96%-
HSV(B)20.56º56.08%100%-
XYZ56.9147.9221.58-
YUV183.5287.64178.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 161 (63.28% from 255) = 30.49%
BLUE value IS 112 (44.14% from 255) = 21.21%
R=48.30%
G=30.49%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516111200.370.56020.5610071.96
HexFFA170025380156448
Octal37724116004570025144110
Binary11111111101000011110000010010111100001010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA170; }

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

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

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

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

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

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

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

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