#F2A06F

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

Shades of Hit Pink #F2A06F

Tints of Hit Pink #F2A06F

Color information

#F2A06F (or 0xF2A06F) is unknown color: approx Hit Pink. HEX triplet: F2, A0 and 6F. RGB value is (242,160,111). Sum of RGB (Red+Green+Blue) = 242+160+111=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A06F is #0D5F90. Grayscale: #B3B3B3. Windows color (decimal): -876433 or 7315698. OLE color: 7315698.

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

Color convert

RGB242160111-
CMYK00.340.540.05
HSL22.44º83.44%69.22%-
HSV(B)22.44º54.13%94.9%-
XYZ52.0645.1721.01-
YUV178.9389.67172.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.17%
GREEN value IS 160 (62.89% from 255) = 31.19%
BLUE value IS 111 (43.75% from 255) = 21.64%
R=47.17%
G=31.19%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216011100.340.540.0522.4483.4469.22
HexF2A06F022365165345
Octal36224015704266526123105
Binary1111001010100000110111101000101101101011011010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A06F; }

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

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

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

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

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

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

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

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