#F0A16D

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

Shades of Hit Pink #F0A16D

Tints of Hit Pink #F0A16D

Color information

#F0A16D (or 0xF0A16D) is unknown color: approx Hit Pink. HEX triplet: F0, A1 and 6D. RGB value is (240,161,109). Sum of RGB (Red+Green+Blue) = 240+161+109=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A16D is #0F5E92. Grayscale: #B2B2B2. Windows color (decimal): -1007251 or 7184880. OLE color: 7184880.

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

Color convert

RGB240161109-
CMYK00.330.550.06
HSL23.82º81.37%68.43%-
HSV(B)23.82º54.58%94.12%-
XYZ51.4445.1220.47-
YUV178.6988.67171.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.06%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 109 (42.97% from 255) = 21.37%
R=47.06%
G=31.57%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016110900.330.550.0623.8281.3768.43
HexF0A16D021376185144
Octal36024115504167630121104
Binary1111000010100001110110101000011101111101100010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A16D; }

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

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

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

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

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

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

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

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