#F5736E

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

Shades of Salmon #F5736E

Tints of Salmon #F5736E

Color information

#F5736E (or 0xF5736E) is unknown color: approx Salmon. HEX triplet: F5, 73 and 6E. RGB value is (245,115,110). Sum of RGB (Red+Green+Blue) = 245+115+110=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5736E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5736E is #0A8C91. Grayscale: #999999. Windows color (decimal): -691346 or 7238645. OLE color: 7238645.

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

Color convert

RGB245115110-
CMYK00.530.550.04
HSL2.22º87.1%69.61%-
HSV(B)2.22º55.1%96.08%-
XYZ46.632.818.63-
YUV153.3103.57193.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.13%
GREEN value IS 115 (45.31% from 255) = 24.47%
BLUE value IS 110 (43.36% from 255) = 23.40%
R=52.13%
G=24.47%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511511000.530.550.042.2287.169.61
HexF5736E03537425746
Octal3651631560656742127106
Binary111101011110011110111001101011101111001010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5736E; }

 p { color: rgb(245,115,110); }

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

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

 a { background-color: rgb(245,115,110); }

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

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

 span { border-color: rgb(245,115,110); }

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