#F7A16C

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

Shades of Hit Pink #F7A16C

Tints of Hit Pink #F7A16C

Color information

#F7A16C (or 0xF7A16C) is unknown color: approx Hit Pink. HEX triplet: F7, A1 and 6C. RGB value is (247,161,108). Sum of RGB (Red+Green+Blue) = 247+161+108=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A16C is #085E93. Grayscale: #B4B4B4. Windows color (decimal): -548500 or 7119351. OLE color: 7119351.

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

Color convert

RGB247161108-
CMYK00.350.560.03
HSL22.88º89.68%69.61%-
HSV(B)22.88º56.28%96.86%-
XYZ53.8146.3520.3-
YUV180.6786.99175.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.87%
GREEN value IS 161 (63.28% from 255) = 31.20%
BLUE value IS 108 (42.58% from 255) = 20.93%
R=47.87%
G=31.20%
B=20.93%

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
Decimal24716110800.350.560.0322.8889.6869.61
HexF7A16C023383175a46
Octal36724115404370327132106
Binary111101111010000111011000100011111000111011110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A16C; }

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

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

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

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

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

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

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

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