#F29775

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

Shades of Dark Salmon #F29775

Tints of Dark Salmon #F29775

Color information

#F29775 (or 0xF29775) is unknown color: approx Dark Salmon. HEX triplet: F2, 97 and 75. RGB value is (242,151,117). Sum of RGB (Red+Green+Blue) = 242+151+117=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F29775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29775 is #0D688A. Grayscale: #AEAEAE. Windows color (decimal): -878731 or 7706610. OLE color: 7706610.

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

Color convert

RGB242151117-
CMYK00.380.520.05
HSL16.32º82.78%70.39%-
HSV(B)16.32º51.65%94.9%-
XYZ50.942.2922.31-
YUV174.3395.65176.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.45%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=47.45%
G=29.61%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215111700.380.520.0516.3282.7870.39
HexF29775026345105346
Octal36222716504664520123106
Binary1111001010010111111010101001101101001011000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29775; }

 p { color: rgb(242,151,117); }

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

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

 a { background-color: rgb(242,151,117); }

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

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

 span { border-color: rgb(242,151,117); }

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