#F5A48C

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

Shades of Tonys Pink #F5A48C

Tints of Tonys Pink #F5A48C

Color information

#F5A48C (or 0xF5A48C) is unknown color: approx Tonys Pink. HEX triplet: F5, A4 and 8C. RGB value is (245,164,140). Sum of RGB (Red+Green+Blue) = 245+164+140=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A48C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A48C is #0A5B73. Grayscale: #B9B9B9. Windows color (decimal): -678772 or 9217269. OLE color: 9217269.

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

Color convert

RGB245164140-
CMYK00.330.430.04
HSL13.71º84%75.49%-
HSV(B)13.71º42.86%96.08%-
XYZ55.6747.8631.11-
YUV185.48102.34170.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.63%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 140 (55.08% from 255) = 25.50%
R=44.63%
G=29.87%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516414000.330.430.0413.718475.49
HexF5A48C0212B4e544b
Octal36524421404153416124113
Binary1111010110100100100011000100001101011100111010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A48C; }

 p { color: rgb(245,164,140); }

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

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

 a { background-color: rgb(245,164,140); }

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

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

 span { border-color: rgb(245,164,140); }

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