#FFA470

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

Shades of Hit Pink #FFA470

Tints of Hit Pink #FFA470

Color information

#FFA470 (or 0xFFA470) is unknown color: approx Hit Pink. HEX triplet: FF, A4 and 70. RGB value is (255,164,112). Sum of RGB (Red+Green+Blue) = 255+164+112=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA470 is #005B8F. Grayscale: #B9B9B9. Windows color (decimal): -23440 or 7382271. OLE color: 7382271.

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

Color convert

RGB255164112-
CMYK00.360.560
HSL21.82º100%71.96%-
HSV(B)21.82º56.08%100%-
XYZ57.4448.9821.76-
YUV185.2886.65177.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 164 (64.45% from 255) = 30.89%
BLUE value IS 112 (44.14% from 255) = 21.09%
R=48.02%
G=30.89%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516411200.360.56021.8210071.96
HexFFA470024380166448
Octal37724416004470026144110
Binary11111111101001001110000010010011100001011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA470; }

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

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

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

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

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

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

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

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