#F2A06C

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

Shades of Hit Pink #F2A06C

Tints of Hit Pink #F2A06C

Color information

#F2A06C (or 0xF2A06C) is unknown color: approx Hit Pink. HEX triplet: F2, A0 and 6C. RGB value is (242,160,108). Sum of RGB (Red+Green+Blue) = 242+160+108=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A06C is #0D5F93. Grayscale: #B2B2B2. Windows color (decimal): -876436 or 7119090. OLE color: 7119090.

HSL color Cylindrical-coordinate representation of color #F2A06C: hue angle of 23.28º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2A06C is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB242160108-
CMYK00.340.550.05
HSL23.28º83.75%68.63%-
HSV(B)23.28º55.37%94.9%-
XYZ51.945.120.16-
YUV178.5988.17173.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.45%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 108 (42.58% from 255) = 21.18%
R=47.45%
G=31.37%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216010800.340.550.0523.2883.7568.63
HexF2A06C022375175445
Octal36224015404267527124105
Binary1111001010100000110110001000101101111011011110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A06C; }

 p { color: rgb(242,160,108); }

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

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

 a { background-color: rgb(242,160,108); }

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

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

 span { border-color: rgb(242,160,108); }

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