#F29580

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

Shades of Dark Salmon #F29580

Tints of Dark Salmon #F29580

Color information

#F29580 (or 0xF29580) is unknown color: approx Dark Salmon. HEX triplet: F2, 95 and 80. RGB value is (242,149,128). Sum of RGB (Red+Green+Blue) = 242+149+128=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F29580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29580 is #0D6A7F. Grayscale: #AEAEAE. Windows color (decimal): -879232 or 8426994. OLE color: 8426994.

HSL color Cylindrical-coordinate representation of color #F29580: hue angle of 11.05º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F29580 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB242149128-
CMYK00.380.470.05
HSL11.05º81.43%72.55%-
HSV(B)11.05º47.11%94.9%-
XYZ51.2641.9325.81-
YUV174.41101.81176.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.63%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 128 (50.39% from 255) = 24.66%
R=46.63%
G=28.71%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214912800.380.470.0511.0581.4372.55
HexF295800262F5b5149
Octal36222520004657513121111
Binary1111001010010101100000000100110101111101101110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29580; }

 p { color: rgb(242,149,128); }

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

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

 a { background-color: rgb(242,149,128); }

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

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

 span { border-color: rgb(242,149,128); }

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