#F68874

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

Shades of Salmon #F68874

Tints of Salmon #F68874

Color information

#F68874 (or 0xF68874) is unknown color: approx Salmon. HEX triplet: F6, 88 and 74. RGB value is (246,136,116). Sum of RGB (Red+Green+Blue) = 246+136+116=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F68874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68874 is #09778B. Grayscale: #A6A6A6. Windows color (decimal): -620428 or 7637238. OLE color: 7637238.

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

Color convert

RGB246136116-
CMYK00.450.530.04
HSL9.23º87.84%70.98%-
HSV(B)9.23º52.85%96.47%-
XYZ49.9638.4621.31-
YUV166.6199.44184.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.40%
GREEN value IS 136 (53.52% from 255) = 27.31%
BLUE value IS 116 (45.70% from 255) = 23.29%
R=49.40%
G=27.31%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613611600.450.530.049.2387.8470.98
HexF6887402D35495847
Octal36621016405565411130107
Binary111101101000100011101000101101110101100100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68874; }

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

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

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

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

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

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

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

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