#F7A775

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

Shades of Hit Pink #F7A775

Tints of Hit Pink #F7A775

Color information

#F7A775 (or 0xF7A775) is unknown color: approx Hit Pink. HEX triplet: F7, A7 and 75. RGB value is (247,167,117). Sum of RGB (Red+Green+Blue) = 247+167+117=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A775 is #08588A. Grayscale: #B9B9B9. Windows color (decimal): -546955 or 7710711. OLE color: 7710711.

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

Color convert

RGB247167117-
CMYK00.320.530.03
HSL23.08º89.04%71.37%-
HSV(B)23.08º52.63%96.86%-
XYZ55.3948.723.31-
YUV185.2289.5172.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.52%
GREEN value IS 167 (65.62% from 255) = 31.45%
BLUE value IS 117 (46.09% from 255) = 22.03%
R=46.52%
G=31.45%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716711700.320.530.0323.0889.0471.37
HexF7A775020353175947
Octal36724716504065327131107
Binary111101111010011111101010100000110101111011110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A775; }

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

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

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

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

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

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

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

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