#F1A389

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

Shades of Tonys Pink #F1A389

Tints of Tonys Pink #F1A389

Color information

#F1A389 (or 0xF1A389) is unknown color: approx Tonys Pink. HEX triplet: F1, A3 and 89. RGB value is (241,163,137). Sum of RGB (Red+Green+Blue) = 241+163+137=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A389 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A389 is #0E5C76. Grayscale: #B7B7B7. Windows color (decimal): -941175 or 9020401. OLE color: 9020401.

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

Color convert

RGB241163137-
CMYK00.320.430.05
HSL15º78.79%74.12%-
HSV(B)15º43.15%94.51%-
XYZ53.8946.729.84-
YUV183.36101.84169.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 163 (64.06% from 255) = 30.13%
BLUE value IS 137 (53.91% from 255) = 25.32%
R=44.55%
G=30.13%
B=25.32%

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
Decimal24116313700.320.430.051578.7974.12
HexF1A3890202B5f4f4a
Octal36124321104053517117112
Binary1111000110100011100010010100000101011101111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A389; }

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

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

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

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

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

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

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

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