#F5AA89

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

Shades of Tonys Pink #F5AA89

Tints of Tonys Pink #F5AA89

Color information

#F5AA89 (or 0xF5AA89) is unknown color: approx Tonys Pink. HEX triplet: F5, AA and 89. RGB value is (245,170,137). Sum of RGB (Red+Green+Blue) = 245+170+137=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AA89 is #0A5576. Grayscale: #BCBCBC. Windows color (decimal): -677239 or 9022197. OLE color: 9022197.

HSL color Cylindrical-coordinate representation of color #F5AA89: hue angle of 18.33º 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 #F5AA89 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB245170137-
CMYK00.310.440.04
HSL18.33º84.38%74.9%-
HSV(B)18.33º44.08%96.08%-
XYZ56.5549.9730.33-
YUV188.6698.85168.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.38%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 137 (53.91% from 255) = 24.82%
R=44.38%
G=30.80%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517013700.310.440.0418.3384.3874.9
HexF5AA8901F2C412544b
Octal36525221103754422124113
Binary1111010110101010100010010111111011001001001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AA89; }

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

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

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

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

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

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

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

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