#F38D71

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

Shades of Dark Salmon #F38D71

Tints of Dark Salmon #F38D71

Color information

#F38D71 (or 0xF38D71) is unknown color: approx Dark Salmon. HEX triplet: F3, 8D and 71. RGB value is (243,141,113). Sum of RGB (Red+Green+Blue) = 243+141+113=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D71 is #0C728E. Grayscale: #A8A8A8. Windows color (decimal): -815759 or 7441907. OLE color: 7441907.

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

Color convert

RGB243141113-
CMYK00.420.530.05
HSL12.92º84.42%69.8%-
HSV(B)12.92º53.5%95.29%-
XYZ49.4739.320.6-
YUV168.3196.79181.28-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.89%
GREEN value IS 141 (55.47% from 255) = 28.37%
BLUE value IS 113 (44.53% from 255) = 22.74%
R=48.89%
G=28.37%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314111300.420.530.0512.9284.4269.8
HexF38D7102A355d5446
Octal36321516105265515124106
Binary111100111000110111100010101010110101101110110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38D71; }

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

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

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

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

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

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

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

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