#F68974

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

Shades of Salmon #F68974

Tints of Salmon #F68974

Color information

#F68974 (or 0xF68974) is unknown color: approx Salmon. HEX triplet: F6, 89 and 74. RGB value is (246,137,116). Sum of RGB (Red+Green+Blue) = 246+137+116=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F68974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68974 is #09768B. Grayscale: #A7A7A7. Windows color (decimal): -620172 or 7637494. OLE color: 7637494.

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

Color convert

RGB246137116-
CMYK00.440.530.04
HSL9.69º87.84%70.98%-
HSV(B)9.69º52.85%96.47%-
XYZ50.138.7521.36-
YUV167.299.11184.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.30%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 116 (45.70% from 255) = 23.25%
R=49.30%
G=27.45%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613711600.440.530.049.6987.8470.98
HexF6897402C354a5847
Octal36621116405465412130107
Binary111101101000100111101000101100110101100101010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68974; }

 p { color: rgb(246,137,116); }

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

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

 a { background-color: rgb(246,137,116); }

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

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

 span { border-color: rgb(246,137,116); }

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