#F68069

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

Shades of Salmon #F68069

Tints of Salmon #F68069

Color information

#F68069 (or 0xF68069) is unknown color: approx Salmon. HEX triplet: F6, 80 and 69. RGB value is (246,128,105). Sum of RGB (Red+Green+Blue) = 246+128+105=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F68069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68069 is #097F96. Grayscale: #A0A0A0. Windows color (decimal): -622487 or 6914294. OLE color: 6914294.

HSL color Cylindrical-coordinate representation of color #F68069: hue angle of 9.79º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F68069 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB246128105-
CMYK00.480.570.04
HSL9.79º88.68%68.82%-
HSV(B)9.79º57.32%96.47%-
XYZ48.2836.0517.78-
YUV160.6696.59188.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.36%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 105 (41.41% from 255) = 21.92%
R=51.36%
G=26.72%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612810500.480.570.049.7988.6868.82
HexF68069030394a5945
Octal36620015106071412131105
Binary111101101000000011010010110000111001100101010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68069; }

 p { color: rgb(246,128,105); }

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

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

 a { background-color: rgb(246,128,105); }

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

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

 span { border-color: rgb(246,128,105); }

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