#F5A772

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

Shades of Hit Pink #F5A772

Tints of Hit Pink #F5A772

Color information

#F5A772 (or 0xF5A772) is unknown color: approx Hit Pink. HEX triplet: F5, A7 and 72. RGB value is (245,167,114). Sum of RGB (Red+Green+Blue) = 245+167+114=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A772 is #0A588D. Grayscale: #B8B8B8. Windows color (decimal): -678030 or 7514101. OLE color: 7514101.

HSL color Cylindrical-coordinate representation of color #F5A772: hue angle of 24.27º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5A772 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB245167114-
CMYK00.320.530.04
HSL24.27º86.75%70.39%-
HSV(B)24.27º53.47%96.08%-
XYZ54.5148.2622.36-
YUV184.2888.34171.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.58%
GREEN value IS 167 (65.62% from 255) = 31.75%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=46.58%
G=31.75%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516711400.320.530.0424.2786.7570.39
HexF5A772020354185746
Octal36524716204065430127106
Binary1111010110100111111001001000001101011001100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A772; }

 p { color: rgb(245,167,114); }

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

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

 a { background-color: rgb(245,167,114); }

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

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

 span { border-color: rgb(245,167,114); }

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