#F1AA89

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

Shades of Tonys Pink #F1AA89

Tints of Tonys Pink #F1AA89

Color information

#F1AA89 (or 0xF1AA89) is unknown color: approx Tonys Pink. HEX triplet: F1, AA and 89. RGB value is (241,170,137). Sum of RGB (Red+Green+Blue) = 241+170+137=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AA89 is #0E5576. Grayscale: #BBBBBB. Windows color (decimal): -939383 or 9022193. OLE color: 9022193.

HSL color Cylindrical-coordinate representation of color #F1AA89: hue angle of 19.04º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1AA89 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB241170137-
CMYK00.290.430.05
HSL19.04º78.79%74.12%-
HSV(B)19.04º43.15%94.51%-
XYZ55.1749.2630.27-
YUV187.4799.52166.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.98%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 137 (53.91% from 255) = 25%
R=43.98%
G=31.02%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117013700.290.430.0519.0478.7974.12
HexF1AA8901D2B5134f4a
Octal36125221103553523117112
Binary1111000110101010100010010111011010111011001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AA89; }

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

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

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

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

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

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

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

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