#F68D77

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

Shades of Salmon #F68D77

Tints of Salmon #F68D77

Color information

#F68D77 (or 0xF68D77) is unknown color: approx Salmon. HEX triplet: F6, 8D and 77. RGB value is (246,141,119). Sum of RGB (Red+Green+Blue) = 246+141+119=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D77 is #097288. Grayscale: #AAAAAA. Windows color (decimal): -619145 or 7835126. OLE color: 7835126.

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

Color convert

RGB246141119-
CMYK00.430.520.04
HSL10.39º87.59%71.57%-
HSV(B)10.39º51.63%96.47%-
XYZ50.8639.9722.49-
YUV169.8999.29182.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.62%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=48.62%
G=27.87%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614111900.430.520.0410.3987.5971.57
HexF68D7702B344a5848
Octal36621516705364412130110
Binary111101101000110111101110101011110100100101010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68D77; }

 p { color: rgb(246,141,119); }

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

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

 a { background-color: rgb(246,141,119); }

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

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

 span { border-color: rgb(246,141,119); }

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