#F6A66C

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

Shades of Hit Pink #F6A66C

Tints of Hit Pink #F6A66C

Color information

#F6A66C (or 0xF6A66C) is unknown color: approx Hit Pink. HEX triplet: F6, A6 and 6C. RGB value is (246,166,108). Sum of RGB (Red+Green+Blue) = 246+166+108=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A66C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A66C is #095993. Grayscale: #B7B7B7. Windows color (decimal): -612756 or 7120630. OLE color: 7120630.

HSL color Cylindrical-coordinate representation of color #F6A66C: hue angle of 25.22º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6A66C is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB246166108-
CMYK00.330.560.04
HSL25.22º88.46%69.41%-
HSV(B)25.22º56.1%96.47%-
XYZ54.3547.9520.58-
YUV183.3185.5172.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.31%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 108 (42.58% from 255) = 20.77%
R=47.31%
G=31.92%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616610800.330.560.0425.2288.4669.41
HexF6A66C021384195845
Octal36624615404170431130105
Binary1111011010100110110110001000011110001001100110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A66C; }

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

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

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

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

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

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

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

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