#F7A772

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

Shades of Hit Pink #F7A772

Tints of Hit Pink #F7A772

Color information

#F7A772 (or 0xF7A772) is unknown color: approx Hit Pink. HEX triplet: F7, A7 and 72. RGB value is (247,167,114). Sum of RGB (Red+Green+Blue) = 247+167+114=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A772 is #08588D. Grayscale: #B9B9B9. Windows color (decimal): -546958 or 7514103. OLE color: 7514103.

HSL color Cylindrical-coordinate representation of color #F7A772: hue angle of 23.91º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F7A772 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB247167114-
CMYK00.320.540.03
HSL23.91º89.26%70.78%-
HSV(B)23.91º53.85%96.86%-
XYZ55.2148.6322.4-
YUV184.8888172.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.78%
GREEN value IS 167 (65.62% from 255) = 31.63%
BLUE value IS 114 (44.92% from 255) = 21.59%
R=46.78%
G=31.63%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716711400.320.540.0323.9189.2670.78
HexF7A772020363185947
Octal36724716204066330131107
Binary111101111010011111100100100000110110111100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A772; }

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

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

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

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

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

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

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

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