#F58668

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

Shades of Salmon #F58668

Tints of Salmon #F58668

Color information

#F58668 (or 0xF58668) is unknown color: approx Salmon. HEX triplet: F5, 86 and 68. RGB value is (245,134,104). Sum of RGB (Red+Green+Blue) = 245+134+104=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F58668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58668 is #0A7997. Grayscale: #A4A4A4. Windows color (decimal): -686488 or 6850293. OLE color: 6850293.

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

Color convert

RGB245134104-
CMYK00.450.580.04
HSL12.77º87.58%68.43%-
HSV(B)12.77º57.55%96.08%-
XYZ48.6837.4617.76-
YUV163.7794.27185.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.72%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=50.72%
G=27.74%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513410400.450.580.0412.7787.5868.43
HexF5866802D3A4d5844
Octal36520615005572415130104
Binary111101011000011011010000101101111010100110110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58668; }

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

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

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

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

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

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

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

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