#FFA070

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

Shades of Hit Pink #FFA070

Tints of Hit Pink #FFA070

Color information

#FFA070 (or 0xFFA070) is unknown color: approx Hit Pink. HEX triplet: FF, A0 and 70. RGB value is (255,160,112). Sum of RGB (Red+Green+Blue) = 255+160+112=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA070 is #005F8F. Grayscale: #B7B7B7. Windows color (decimal): -24464 or 7381247. OLE color: 7381247.

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

Color convert

RGB255160112-
CMYK00.370.560
HSL20.14º100%71.96%-
HSV(B)20.14º56.08%100%-
XYZ56.7447.5721.52-
YUV182.9387.97179.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 112 (44.14% from 255) = 21.25%
R=48.39%
G=30.36%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516011200.370.56020.1410071.96
HexFFA070025380146448
Octal37724016004570024144110
Binary11111111101000001110000010010111100001010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA070; }

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

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

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

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

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

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

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

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