#F68779

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

Shades of Salmon #F68779

Tints of Salmon #F68779

Color information

#F68779 (or 0xF68779) is unknown color: approx Salmon. HEX triplet: F6, 87 and 79. RGB value is (246,135,121). Sum of RGB (Red+Green+Blue) = 246+135+121=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F68779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68779 is #097886. Grayscale: #A6A6A6. Windows color (decimal): -620679 or 7964662. OLE color: 7964662.

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

Color convert

RGB246135121-
CMYK00.450.510.04
HSL6.72º87.41%71.96%-
HSV(B)6.72º50.81%96.47%-
XYZ50.1238.322.84-
YUV166.59102.27184.64-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.00%
GREEN value IS 135 (53.12% from 255) = 26.89%
BLUE value IS 121 (47.66% from 255) = 24.10%
R=49.00%
G=26.89%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613512100.450.510.046.7287.4171.96
HexF6877902D33475748
Octal3662071710556347127110
Binary11110110100001111111001010110111001110011110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68779; }

 p { color: rgb(246,135,121); }

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

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

 a { background-color: rgb(246,135,121); }

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

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

 span { border-color: rgb(246,135,121); }

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