#FFA472

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

Shades of Hit Pink #FFA472

Tints of Hit Pink #FFA472

Color information

#FFA472 (or 0xFFA472) is unknown color: approx Hit Pink. HEX triplet: FF, A4 and 72. RGB value is (255,164,114). Sum of RGB (Red+Green+Blue) = 255+164+114=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA472 is #005B8D. Grayscale: #B9B9B9. Windows color (decimal): -23438 or 7513343. OLE color: 7513343.

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

Color convert

RGB255164114-
CMYK00.360.550
HSL21.28º100%72.35%-
HSV(B)21.28º55.29%100%-
XYZ57.5549.0322.35-
YUV185.5187.65177.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 164 (64.45% from 255) = 30.77%
BLUE value IS 114 (44.92% from 255) = 21.39%
R=47.84%
G=30.77%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516411400.360.55021.2810072.35
HexFFA472024370156448
Octal37724416204467025144110
Binary11111111101001001110010010010011011101010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA472; }

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

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

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

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

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

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

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

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