#F1A189

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

Shades of Tonys Pink #F1A189

Tints of Tonys Pink #F1A189

Color information

#F1A189 (or 0xF1A189) is unknown color: approx Tonys Pink. HEX triplet: F1, A1 and 89. RGB value is (241,161,137). Sum of RGB (Red+Green+Blue) = 241+161+137=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A189 is #0E5E76. Grayscale: #B6B6B6. Windows color (decimal): -941687 or 9019889. OLE color: 9019889.

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

Color convert

RGB241161137-
CMYK00.330.430.05
HSL13.85º78.79%74.12%-
HSV(B)13.85º43.15%94.51%-
XYZ53.544629.72-
YUV182.18102.5169.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 137 (53.91% from 255) = 25.42%
R=44.71%
G=29.87%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116113700.330.430.0513.8578.7974.12
HexF1A1890212B5e4f4a
Octal36124121104153516117112
Binary1111000110100001100010010100001101011101111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A189; }

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

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

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

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

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

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

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

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