#F5726C

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

Shades of Salmon #F5726C

Tints of Salmon #F5726C

Color information

#F5726C (or 0xF5726C) is unknown color: approx Salmon. HEX triplet: F5, 72 and 6C. RGB value is (245,114,108). Sum of RGB (Red+Green+Blue) = 245+114+108=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5726C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5726C is #0A8D93. Grayscale: #989898. Windows color (decimal): -691604 or 7107317. OLE color: 7107317.

HSL color Cylindrical-coordinate representation of color #F5726C: hue angle of 2.63º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5726C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB245114108-
CMYK00.530.560.04
HSL2.63º87.26%69.22%-
HSV(B)2.63º55.92%96.08%-
XYZ46.3832.5318.02-
YUV152.49102.9193.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.46%
GREEN value IS 114 (44.92% from 255) = 24.41%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=52.46%
G=24.41%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511410800.530.560.042.6387.2669.22
HexF5726C03538435745
Octal3651621540657043127105
Binary111101011110010110110001101011110001001110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5726C; }

 p { color: rgb(245,114,108); }

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

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

 a { background-color: rgb(245,114,108); }

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

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

 span { border-color: rgb(245,114,108); }

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