#F5A16B

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

Shades of Hit Pink #F5A16B

Tints of Hit Pink #F5A16B

Color information

#F5A16B (or 0xF5A16B) is unknown color: approx Hit Pink. HEX triplet: F5, A1 and 6B. RGB value is (245,161,107). Sum of RGB (Red+Green+Blue) = 245+161+107=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A16B is #0A5E94. Grayscale: #B4B4B4. Windows color (decimal): -679573 or 7053813. OLE color: 7053813.

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

Color convert

RGB245161107-
CMYK00.340.560.04
HSL23.48º87.34%69.02%-
HSV(B)23.48º56.33%96.08%-
XYZ53.0545.9619.99-
YUV179.9686.83174.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 161 (63.28% from 255) = 31.38%
BLUE value IS 107 (42.19% from 255) = 20.86%
R=47.76%
G=31.38%
B=20.86%

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
Decimal24516110700.340.560.0423.4887.3469.02
HexF5A16B022384175745
Octal36524115304270427127105
Binary1111010110100001110101101000101110001001011110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A16B; }

 p { color: rgb(245,161,107); }

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

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

 a { background-color: rgb(245,161,107); }

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

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

 span { border-color: rgb(245,161,107); }

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