#F6A36C

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

Shades of Hit Pink #F6A36C

Tints of Hit Pink #F6A36C

Color information

#F6A36C (or 0xF6A36C) is unknown color: approx Hit Pink. HEX triplet: F6, A3 and 6C. RGB value is (246,163,108). Sum of RGB (Red+Green+Blue) = 246+163+108=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A36C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A36C is #095C93. Grayscale: #B5B5B5. Windows color (decimal): -613524 or 7119862. OLE color: 7119862.

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

Color convert

RGB246163108-
CMYK00.340.560.04
HSL23.91º88.46%69.41%-
HSV(B)23.91º56.1%96.47%-
XYZ53.8146.8720.4-
YUV181.5586.5173.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.58%
GREEN value IS 163 (64.06% from 255) = 31.53%
BLUE value IS 108 (42.58% from 255) = 20.89%
R=47.58%
G=31.53%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616310800.340.560.0423.9188.4669.41
HexF6A36C022384185845
Octal36624315404270430130105
Binary1111011010100011110110001000101110001001100010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A36C; }

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

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

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

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

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

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

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

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