#F7A66C

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

Shades of Hit Pink #F7A66C

Tints of Hit Pink #F7A66C

Color information

#F7A66C (or 0xF7A66C) is unknown color: approx Hit Pink. HEX triplet: F7, A6 and 6C. RGB value is (247,166,108). Sum of RGB (Red+Green+Blue) = 247+166+108=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A66C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A66C is #085993. Grayscale: #B7B7B7. Windows color (decimal): -547220 or 7120631. OLE color: 7120631.

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

Color convert

RGB247166108-
CMYK00.330.560.03
HSL25.04º89.68%69.61%-
HSV(B)25.04º56.28%96.86%-
XYZ54.748.1320.59-
YUV183.6185.34173.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.41%
GREEN value IS 166 (65.23% from 255) = 31.86%
BLUE value IS 108 (42.58% from 255) = 20.73%
R=47.41%
G=31.86%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716610800.330.560.0325.0489.6869.61
HexF7A66C021383195a46
Octal36724615404170331132106
Binary111101111010011011011000100001111000111100110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A66C; }

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

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

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

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

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

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

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

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