#F7A96D

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

Shades of Hit Pink #F7A96D

Tints of Hit Pink #F7A96D

Color information

#F7A96D (or 0xF7A96D) is unknown color: approx Hit Pink. HEX triplet: F7, A9 and 6D. RGB value is (247,169,109). Sum of RGB (Red+Green+Blue) = 247+169+109=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A96D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A96D is #085692. Grayscale: #B9B9B9. Windows color (decimal): -546451 or 7186935. OLE color: 7186935.

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

Color convert

RGB247169109-
CMYK00.320.560.03
HSL26.09º89.61%69.8%-
HSV(B)26.09º55.87%96.86%-
XYZ55.3149.2521.06-
YUV185.4884.84171.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.05%
GREEN value IS 169 (66.41% from 255) = 32.19%
BLUE value IS 109 (42.97% from 255) = 20.76%
R=47.05%
G=32.19%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716910900.320.560.0326.0989.6169.8
HexF7A96D0203831a5a46
Octal36725115504070332132106
Binary111101111010100111011010100000111000111101010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A96D; }

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

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

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

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

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

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

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

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