#F7A46C

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

Shades of Hit Pink #F7A46C

Tints of Hit Pink #F7A46C

Color information

#F7A46C (or 0xF7A46C) is unknown color: approx Hit Pink. HEX triplet: F7, A4 and 6C. RGB value is (247,164,108). Sum of RGB (Red+Green+Blue) = 247+164+108=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A46C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A46C is #085B93. Grayscale: #B6B6B6. Windows color (decimal): -547732 or 7120119. OLE color: 7120119.

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

Color convert

RGB247164108-
CMYK00.340.560.03
HSL24.17º89.68%69.61%-
HSV(B)24.17º56.28%96.86%-
XYZ54.3447.4120.47-
YUV182.4386174.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.59%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 108 (42.58% from 255) = 20.81%
R=47.59%
G=31.60%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716410800.340.560.0324.1789.6869.61
HexF7A46C022383185a46
Octal36724415404270330132106
Binary111101111010010011011000100010111000111100010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A46C; }

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

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

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

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

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

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

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

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