#FFA072

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

Shades of Hit Pink #FFA072

Tints of Hit Pink #FFA072

Color information

#FFA072 (or 0xFFA072) is unknown color: approx Hit Pink. HEX triplet: FF, A0 and 72. RGB value is (255,160,114). Sum of RGB (Red+Green+Blue) = 255+160+114=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA072 is #005F8D. Grayscale: #B7B7B7. Windows color (decimal): -24462 or 7512319. OLE color: 7512319.

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

Color convert

RGB255160114-
CMYK00.370.550
HSL19.57º100%72.35%-
HSV(B)19.57º55.29%100%-
XYZ56.8547.6222.11-
YUV183.1688.97179.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 114 (44.92% from 255) = 21.55%
R=48.20%
G=30.25%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516011400.370.55019.5710072.35
HexFFA072025370146448
Octal37724016204567024144110
Binary11111111101000001110010010010111011101010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA072; }

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

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

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

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

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

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

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

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