#F08B75

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

Shades of Dark Salmon #F08B75

Tints of Dark Salmon #F08B75

Color information

#F08B75 (or 0xF08B75) is unknown color: approx Dark Salmon. HEX triplet: F0, 8B and 75. RGB value is (240,139,117). Sum of RGB (Red+Green+Blue) = 240+139+117=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B75 is #0F748A. Grayscale: #A6A6A6. Windows color (decimal): -1012875 or 7703536. OLE color: 7703536.

HSL color Cylindrical-coordinate representation of color #F08B75: hue angle of 10.73º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F08B75 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB240139117-
CMYK00.420.510.06
HSL10.73º80.39%70%-
HSV(B)10.73º51.25%94.12%-
XYZ48.3838.2721.67-
YUV166.6999.96180.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.39%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=48.39%
G=28.02%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013911700.420.510.0610.7380.3970
HexF08B7502A336b5046
Octal36021316505263613120106
Binary111100001000101111101010101010110011110101110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08B75; }

 p { color: rgb(240,139,117); }

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

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

 a { background-color: rgb(240,139,117); }

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

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

 span { border-color: rgb(240,139,117); }

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