#F6A66D

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

Shades of Hit Pink #F6A66D

Tints of Hit Pink #F6A66D

Color information

#F6A66D (or 0xF6A66D) is unknown color: approx Hit Pink. HEX triplet: F6, A6 and 6D. RGB value is (246,166,109). Sum of RGB (Red+Green+Blue) = 246+166+109=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A66D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A66D is #095992. Grayscale: #B7B7B7. Windows color (decimal): -612755 or 7186166. OLE color: 7186166.

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

Color convert

RGB246166109-
CMYK00.330.560.04
HSL24.96º88.39%69.61%-
HSV(B)24.96º55.69%96.47%-
XYZ54.447.9720.86-
YUV183.4286172.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.22%
GREEN value IS 166 (65.23% from 255) = 31.86%
BLUE value IS 109 (42.97% from 255) = 20.92%
R=47.22%
G=31.86%
B=20.92%

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
Decimal24616610900.330.560.0424.9688.3969.61
HexF6A66D021384195846
Octal36624615504170431130106
Binary1111011010100110110110101000011110001001100110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A66D; }

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

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

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

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

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

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

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

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