#F1A387

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

Shades of Tonys Pink #F1A387

Tints of Tonys Pink #F1A387

Color information

#F1A387 (or 0xF1A387) is unknown color: approx Tonys Pink. HEX triplet: F1, A3 and 87. RGB value is (241,163,135). Sum of RGB (Red+Green+Blue) = 241+163+135=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 135 (53.12% from 255 or 25.05% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A387 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A387 is #0E5C78. Grayscale: #B7B7B7. Windows color (decimal): -941177 or 8889329. OLE color: 8889329.

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

Color convert

RGB241163135-
CMYK00.320.440.05
HSL15.85º79.1%73.73%-
HSV(B)15.85º43.98%94.51%-
XYZ53.7546.6429.09-
YUV183.13100.84169.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 135 (53.12% from 255) = 25.05%
R=44.71%
G=30.24%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116313500.320.440.0515.8579.173.73
HexF1A3870202C5104f4a
Octal36124320704054520117112
Binary11110001101000111000011101000001011001011000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A387; }

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

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

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

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

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

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

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

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