#F1A58D

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

Shades of Tonys Pink #F1A58D

Tints of Tonys Pink #F1A58D

Color information

#F1A58D (or 0xF1A58D) is unknown color: approx Tonys Pink. HEX triplet: F1, A5 and 8D. RGB value is (241,165,141). Sum of RGB (Red+Green+Blue) = 241+165+141=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A58D is #0E5A72. Grayscale: #B9B9B9. Windows color (decimal): -940659 or 9283057. OLE color: 9283057.

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

Color convert

RGB241165141-
CMYK00.320.410.05
HSL14.4º78.12%74.9%-
HSV(B)14.4º41.49%94.51%-
XYZ54.5447.5331.5-
YUV184.99103.18167.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.06%
GREEN value IS 165 (64.84% from 255) = 30.16%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=44.06%
G=30.16%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116514100.320.410.0514.478.1274.9
HexF1A58D020295e4e4b
Octal36124521504051516116113
Binary1111000110100101100011010100000101001101111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A58D; }

 p { color: rgb(241,165,141); }

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

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

 a { background-color: rgb(241,165,141); }

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

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

 span { border-color: rgb(241,165,141); }

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