#F68879

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

Shades of Salmon #F68879

Tints of Salmon #F68879

Color information

#F68879 (or 0xF68879) is unknown color: approx Salmon. HEX triplet: F6, 88 and 79. RGB value is (246,136,121). Sum of RGB (Red+Green+Blue) = 246+136+121=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F68879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68879 is #097786. Grayscale: #A7A7A7. Windows color (decimal): -620423 or 7964918. OLE color: 7964918.

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

Color convert

RGB246136121-
CMYK00.450.510.04
HSL7.2º87.41%71.96%-
HSV(B)7.2º50.81%96.47%-
XYZ50.2638.5822.89-
YUV167.18101.94184.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.91%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 121 (47.66% from 255) = 24.06%
R=48.91%
G=27.04%
B=24.06%

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
Decimal24613612100.450.510.047.287.4171.96
HexF6887902D33475748
Octal3662101710556347127110
Binary11110110100010001111001010110111001110011110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68879; }

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

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

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

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

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

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

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

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