#F69F76

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

Shades of Light Salmon #F69F76

Tints of Light Salmon #F69F76

Color information

#F69F76 (or 0xF69F76) is unknown color: approx Light Salmon. HEX triplet: F6, 9F and 76. RGB value is (246,159,118). Sum of RGB (Red+Green+Blue) = 246+159+118=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69F76 is #096089. Grayscale: #B4B4B4. Windows color (decimal): -614538 or 7774198. OLE color: 7774198.

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

Color convert

RGB246159118-
CMYK00.350.520.04
HSL19.22º87.67%71.37%-
HSV(B)19.22º52.03%96.47%-
XYZ53.6745.723.13-
YUV180.3492.82174.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.04%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 118 (46.48% from 255) = 22.56%
R=47.04%
G=30.40%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615911800.350.520.0419.2287.6771.37
HexF69F76023344135847
Octal36623716604364423130107
Binary1111011010011111111011001000111101001001001110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69F76; }

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

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

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

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

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

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

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

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