#F5A788

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

Shades of Tonys Pink #F5A788

Tints of Tonys Pink #F5A788

Color information

#F5A788 (or 0xF5A788) is unknown color: approx Tonys Pink. HEX triplet: F5, A7 and 88. RGB value is (245,167,136). Sum of RGB (Red+Green+Blue) = 245+167+136=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A788 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A788 is #0A5877. Grayscale: #BABABA. Windows color (decimal): -678008 or 8955893. OLE color: 8955893.

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

Color convert

RGB245167136-
CMYK00.320.440.04
HSL17.06º84.5%74.71%-
HSV(B)17.06º44.49%96.08%-
XYZ55.9248.8329.77-
YUV186.7999.34169.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.71%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 136 (53.52% from 255) = 24.82%
R=44.71%
G=30.47%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516713600.320.440.0417.0684.574.71
HexF5A7880202C411544b
Octal36524721004054421124113
Binary11110101101001111000100001000001011001001000110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A788; }

 p { color: rgb(245,167,136); }

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

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

 a { background-color: rgb(245,167,136); }

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

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

 span { border-color: rgb(245,167,136); }

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