#F69A79

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

Shades of Light Salmon #F69A79

Tints of Light Salmon #F69A79

Color information

#F69A79 (or 0xF69A79) is unknown color: approx Light Salmon. HEX triplet: F6, 9A and 79. RGB value is (246,154,121). Sum of RGB (Red+Green+Blue) = 246+154+121=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69A79 is #096586. Grayscale: #B1B1B1. Windows color (decimal): -615815 or 7969526. OLE color: 7969526.

HSL color Cylindrical-coordinate representation of color #F69A79: hue angle of 15.84º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F69A79 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB246154121-
CMYK00.370.510.04
HSL15.84º87.41%71.96%-
HSV(B)15.84º50.81%96.47%-
XYZ53.0144.0823.8-
YUV177.7595.98176.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.22%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 121 (47.66% from 255) = 23.22%
R=47.22%
G=29.56%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615412100.370.510.0415.8487.4171.96
HexF69A79025334105748
Octal36623217104563420127110
Binary1111011010011010111100101001011100111001000010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69A79; }

 p { color: rgb(246,154,121); }

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

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

 a { background-color: rgb(246,154,121); }

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

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

 span { border-color: rgb(246,154,121); }

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