#F1A489

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

Shades of Tonys Pink #F1A489

Tints of Tonys Pink #F1A489

Color information

#F1A489 (or 0xF1A489) is unknown color: approx Tonys Pink. HEX triplet: F1, A4 and 89. RGB value is (241,164,137). Sum of RGB (Red+Green+Blue) = 241+164+137=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A489 is #0E5B76. Grayscale: #B8B8B8. Windows color (decimal): -940919 or 9020657. OLE color: 9020657.

HSL color Cylindrical-coordinate representation of color #F1A489: hue angle of 15.58º 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 #F1A489 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB241164137-
CMYK00.320.430.05
HSL15.58º78.79%74.12%-
HSV(B)15.58º43.15%94.51%-
XYZ54.0747.0629.9-
YUV183.94101.51168.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 137 (53.91% from 255) = 25.28%
R=44.46%
G=30.26%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116413700.320.430.0515.5878.7974.12
HexF1A4890202B5104f4a
Octal36124421104053520117112
Binary11110001101001001000100101000001010111011000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A489; }

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

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

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

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

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

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

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

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