#F0A16F

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

Shades of Hit Pink #F0A16F

Tints of Hit Pink #F0A16F

Color information

#F0A16F (or 0xF0A16F) is unknown color: approx Hit Pink. HEX triplet: F0, A1 and 6F. RGB value is (240,161,111). Sum of RGB (Red+Green+Blue) = 240+161+111=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A16F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A16F is #0F5E90. Grayscale: #B3B3B3. Windows color (decimal): -1007249 or 7315952. OLE color: 7315952.

HSL color Cylindrical-coordinate representation of color #F0A16F: hue angle of 23.26º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0A16F is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB240161111-
CMYK00.330.540.06
HSL23.26º81.13%68.82%-
HSV(B)23.26º53.75%94.12%-
XYZ51.5545.1621.04-
YUV178.9289.67171.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.88%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 111 (43.75% from 255) = 21.68%
R=46.88%
G=31.45%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016111100.330.540.0623.2681.1368.82
HexF0A16F021366175145
Octal36024115704166627121105
Binary1111000010100001110111101000011101101101011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A16F; }

 p { color: rgb(240,161,111); }

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

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

 a { background-color: rgb(240,161,111); }

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

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

 span { border-color: rgb(240,161,111); }

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