#F5A58D

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

Shades of Tonys Pink #F5A58D

Tints of Tonys Pink #F5A58D

Color information

#F5A58D (or 0xF5A58D) is unknown color: approx Tonys Pink. HEX triplet: F5, A5 and 8D. RGB value is (245,165,141). Sum of RGB (Red+Green+Blue) = 245+165+141=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A58D is #0A5A72. Grayscale: #BABABA. Windows color (decimal): -678515 or 9283061. OLE color: 9283061.

HSL color Cylindrical-coordinate representation of color #F5A58D: hue angle of 13.85º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5A58D is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245165141-
CMYK00.330.420.04
HSL13.85º83.87%75.69%-
HSV(B)13.85º42.45%96.08%-
XYZ55.9248.2531.56-
YUV186.18102.5169.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.46%
GREEN value IS 165 (64.84% from 255) = 29.95%
BLUE value IS 141 (55.47% from 255) = 25.59%
R=44.46%
G=29.95%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516514100.330.420.0413.8583.8775.69
HexF5A58D0212A4e544c
Octal36524521504152416124114
Binary1111010110100101100011010100001101010100111010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A58D; }

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

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

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

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

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

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

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

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