#FFA370

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

Shades of Hit Pink #FFA370

Tints of Hit Pink #FFA370

Color information

#FFA370 (or 0xFFA370) is unknown color: approx Hit Pink. HEX triplet: FF, A3 and 70. RGB value is (255,163,112). Sum of RGB (Red+Green+Blue) = 255+163+112=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA370 is #005C8F. Grayscale: #B8B8B8. Windows color (decimal): -23696 or 7382015. OLE color: 7382015.

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

Color convert

RGB255163112-
CMYK00.360.560
HSL21.4º100%71.96%-
HSV(B)21.4º56.08%100%-
XYZ57.2648.6221.7-
YUV184.6986.98178.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 163 (64.06% from 255) = 30.75%
BLUE value IS 112 (44.14% from 255) = 21.13%
R=48.11%
G=30.75%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516311200.360.56021.410071.96
HexFFA370024380156448
Octal37724316004470025144110
Binary11111111101000111110000010010011100001010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA370; }

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

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

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

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

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

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

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

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