#F6A46C

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

Shades of Hit Pink #F6A46C

Tints of Hit Pink #F6A46C

Color information

#F6A46C (or 0xF6A46C) is unknown color: approx Hit Pink. HEX triplet: F6, A4 and 6C. RGB value is (246,164,108). Sum of RGB (Red+Green+Blue) = 246+164+108=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A46C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A46C is #095B93. Grayscale: #B6B6B6. Windows color (decimal): -613268 or 7120118. OLE color: 7120118.

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

Color convert

RGB246164108-
CMYK00.330.560.04
HSL24.35º88.46%69.41%-
HSV(B)24.35º56.1%96.47%-
XYZ53.9947.2320.46-
YUV182.1386.17173.55-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.49%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 108 (42.58% from 255) = 20.85%
R=47.49%
G=31.66%
B=20.85%

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
Decimal24616410800.330.560.0424.3588.4669.41
HexF6A46C021384185845
Octal36624415404170430130105
Binary1111011010100100110110001000011110001001100010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A46C; }

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

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

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

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

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

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

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

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