#F68C77

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

Shades of Salmon #F68C77

Tints of Salmon #F68C77

Color information

#F68C77 (or 0xF68C77) is unknown color: approx Salmon. HEX triplet: F6, 8C and 77. RGB value is (246,140,119). Sum of RGB (Red+Green+Blue) = 246+140+119=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C77 is #097388. Grayscale: #A9A9A9. Windows color (decimal): -619401 or 7834870. OLE color: 7834870.

HSL color Cylindrical-coordinate representation of color #F68C77: hue angle of 9.92º 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 #F68C77 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB246140119-
CMYK00.430.520.04
HSL9.92º87.59%71.57%-
HSV(B)9.92º51.63%96.47%-
XYZ50.7139.6822.44-
YUV169.399.62182.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.71%
GREEN value IS 140 (55.08% from 255) = 27.72%
BLUE value IS 119 (46.88% from 255) = 23.56%
R=48.71%
G=27.72%
B=23.56%

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
Decimal24614011900.430.520.049.9287.5971.57
HexF68C7702B344a5848
Octal36621416705364412130110
Binary111101101000110011101110101011110100100101010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68C77; }

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

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

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

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

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

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

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

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