#F67B76

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

Shades of Salmon #F67B76

Tints of Salmon #F67B76

Color information

#F67B76 (or 0xF67B76) is unknown color: approx Salmon. HEX triplet: F6, 7B and 76. RGB value is (246,123,118). Sum of RGB (Red+Green+Blue) = 246+123+118=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F67B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67B76 is #098489. Grayscale: #9F9F9F. Windows color (decimal): -623754 or 7764982. OLE color: 7764982.

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

Color convert

RGB246123118-
CMYK00.500.520.04
HSL2.34º87.67%71.37%-
HSV(B)2.34º52.03%96.47%-
XYZ48.3635.0721.36-
YUV159.21104.75189.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.51%
GREEN value IS 123 (48.44% from 255) = 25.26%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=50.51%
G=25.26%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612311800.500.520.042.3487.6771.37
HexF67B7603234425847
Octal3661731660626442130107
Binary111101101111011111011001100101101001001010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67B76; }

 p { color: rgb(246,123,118); }

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

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

 a { background-color: rgb(246,123,118); }

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

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

 span { border-color: rgb(246,123,118); }

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