#F67E75

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

Shades of Salmon #F67E75

Tints of Salmon #F67E75

Color information

#F67E75 (or 0xF67E75) is unknown color: approx Salmon. HEX triplet: F6, 7E and 75. RGB value is (246,126,117). Sum of RGB (Red+Green+Blue) = 246+126+117=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67E75 is #09818A. Grayscale: #A1A1A1. Windows color (decimal): -622987 or 7700214. OLE color: 7700214.

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

Color convert

RGB246126117-
CMYK00.490.520.04
HSL4.19º87.76%71.18%-
HSV(B)4.19º52.44%96.47%-
XYZ48.6835.821.17-
YUV160.85103.26188.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.31%
GREEN value IS 126 (49.61% from 255) = 25.77%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=50.31%
G=25.77%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612611700.490.520.044.1987.7671.18
HexF67E7503134445847
Octal3661761650616444130107
Binary1111011011111101110101011000111010010010010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67E75; }

 p { color: rgb(246,126,117); }

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

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

 a { background-color: rgb(246,126,117); }

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

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

 span { border-color: rgb(246,126,117); }

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