#F29D80

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

Shades of Dark Salmon #F29D80

Tints of Dark Salmon #F29D80

Color information

#F29D80 (or 0xF29D80) is unknown color: approx Dark Salmon. HEX triplet: F2, 9D and 80. RGB value is (242,157,128). Sum of RGB (Red+Green+Blue) = 242+157+128=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29D80 is #0D627F. Grayscale: #B3B3B3. Windows color (decimal): -877184 or 8429042. OLE color: 8429042.

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

Color convert

RGB242157128-
CMYK00.350.470.05
HSL15.26º81.43%72.55%-
HSV(B)15.26º47.11%94.9%-
XYZ52.5744.5526.25-
YUV179.1199.16172.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.92%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 128 (50.39% from 255) = 24.29%
R=45.92%
G=29.79%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215712800.350.470.0515.2681.4372.55
HexF29D800232F5f5149
Octal36223520004357517121111
Binary1111001010011101100000000100011101111101111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29D80; }

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

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

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

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

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

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

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

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