#F7A56D

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

Shades of Hit Pink #F7A56D

Tints of Hit Pink #F7A56D

Color information

#F7A56D (or 0xF7A56D) is unknown color: approx Hit Pink. HEX triplet: F7, A5 and 6D. RGB value is (247,165,109). Sum of RGB (Red+Green+Blue) = 247+165+109=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A56D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A56D is #085A92. Grayscale: #B7B7B7. Windows color (decimal): -547475 or 7185911. OLE color: 7185911.

HSL color Cylindrical-coordinate representation of color #F7A56D: hue angle of 24.35º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7A56D is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB247165109-
CMYK00.330.560.03
HSL24.35º89.61%69.8%-
HSV(B)24.35º55.87%96.86%-
XYZ54.5747.7920.82-
YUV183.1386.17173.55-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.41%
GREEN value IS 165 (64.84% from 255) = 31.67%
BLUE value IS 109 (42.97% from 255) = 20.92%
R=47.41%
G=31.67%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716510900.330.560.0324.3589.6169.8
HexF7A56D021383185a46
Octal36724515504170330132106
Binary111101111010010111011010100001111000111100010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A56D; }

 p { color: rgb(247,165,109); }

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

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

 a { background-color: rgb(247,165,109); }

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

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

 span { border-color: rgb(247,165,109); }

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