#F5A586

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

Shades of Tonys Pink #F5A586

Tints of Tonys Pink #F5A586

Color information

#F5A586 (or 0xF5A586) is unknown color: approx Tonys Pink. HEX triplet: F5, A5 and 86. RGB value is (245,165,134). Sum of RGB (Red+Green+Blue) = 245+165+134=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A586 is #0A5A79. Grayscale: #B9B9B9. Windows color (decimal): -678522 or 8824309. OLE color: 8824309.

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

Color convert

RGB245165134-
CMYK00.330.450.04
HSL16.76º84.73%74.31%-
HSV(B)16.76º45.31%96.08%-
XYZ55.4148.0428.91-
YUV185.3999170.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.04%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 134 (52.73% from 255) = 24.63%
R=45.04%
G=30.33%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516513400.330.450.0416.7684.7374.31
HexF5A5860212D411554a
Octal36524520604155421125112
Binary11110101101001011000011001000011011011001000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A586; }

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

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

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

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

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

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

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

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