#F7A16D

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

Shades of Hit Pink #F7A16D

Tints of Hit Pink #F7A16D

Color information

#F7A16D (or 0xF7A16D) is unknown color: approx Hit Pink. HEX triplet: F7, A1 and 6D. RGB value is (247,161,109). Sum of RGB (Red+Green+Blue) = 247+161+109=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A16D is #085E92. Grayscale: #B5B5B5. Windows color (decimal): -548499 or 7184887. OLE color: 7184887.

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

Color convert

RGB247161109-
CMYK00.350.560.03
HSL22.61º89.61%69.8%-
HSV(B)22.61º55.87%96.86%-
XYZ53.8646.3720.58-
YUV180.7987.49175.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.78%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 109 (42.97% from 255) = 21.08%
R=47.78%
G=31.14%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716110900.350.560.0322.6189.6169.8
HexF7A16D023383175a46
Octal36724115504370327132106
Binary111101111010000111011010100011111000111011110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A16D; }

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

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

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

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

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

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

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

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