#FFA970

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

Shades of Hit Pink #FFA970

Tints of Hit Pink #FFA970

Color information

#FFA970 (or 0xFFA970) is unknown color: approx Hit Pink. HEX triplet: FF, A9 and 70. RGB value is (255,169,112). Sum of RGB (Red+Green+Blue) = 255+169+112=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA970 is #00568F. Grayscale: #BCBCBC. Windows color (decimal): -22160 or 7383551. OLE color: 7383551.

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

Color convert

RGB255169112-
CMYK00.340.560
HSL23.92º100%71.96%-
HSV(B)23.92º56.08%100%-
XYZ58.3550.8122.06-
YUV188.2284.99175.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 112 (44.14% from 255) = 20.90%
R=47.57%
G=31.53%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516911200.340.56023.9210071.96
HexFFA970022380186448
Octal37725116004270030144110
Binary11111111101010011110000010001011100001100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA970; }

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

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

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

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

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

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

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

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