#F38D75

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

Shades of Dark Salmon #F38D75

Tints of Dark Salmon #F38D75

Color information

#F38D75 (or 0xF38D75) is unknown color: approx Dark Salmon. HEX triplet: F3, 8D and 75. RGB value is (243,141,117). Sum of RGB (Red+Green+Blue) = 243+141+117=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D75 is #0C728A. Grayscale: #A8A8A8. Windows color (decimal): -815755 or 7704051. OLE color: 7704051.

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

Color convert

RGB243141117-
CMYK00.420.520.05
HSL11.43º84%70.59%-
HSV(B)11.43º51.85%95.29%-
XYZ49.739.3921.81-
YUV168.7698.79180.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.50%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=48.50%
G=28.14%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314111700.420.520.0511.438470.59
HexF38D7502A345b5447
Octal36321516505264513124107
Binary111100111000110111101010101010110100101101110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38D75; }

 p { color: rgb(243,141,117); }

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

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

 a { background-color: rgb(243,141,117); }

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

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

 span { border-color: rgb(243,141,117); }

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