#F5A089

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

Shades of Tonys Pink #F5A089

Tints of Tonys Pink #F5A089

Color information

#F5A089 (or 0xF5A089) is unknown color: approx Tonys Pink. HEX triplet: F5, A0 and 89. RGB value is (245,160,137). Sum of RGB (Red+Green+Blue) = 245+160+137=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A089 is #0A5F76. Grayscale: #B6B6B6. Windows color (decimal): -679799 or 9019637. OLE color: 9019637.

HSL color Cylindrical-coordinate representation of color #F5A089: hue angle of 12.78º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5A089 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB245160137-
CMYK00.350.440.04
HSL12.78º84.38%74.9%-
HSV(B)12.78º44.08%96.08%-
XYZ54.7446.3629.73-
YUV182.79102.16172.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.20%
GREEN value IS 160 (62.89% from 255) = 29.52%
BLUE value IS 137 (53.91% from 255) = 25.28%
R=45.20%
G=29.52%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516013700.350.440.0412.7884.3874.9
HexF5A0890232C4d544b
Octal36524021104354415124113
Binary1111010110100000100010010100011101100100110110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A089; }

 p { color: rgb(245,160,137); }

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

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

 a { background-color: rgb(245,160,137); }

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

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

 span { border-color: rgb(245,160,137); }

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