#F38D7A

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

Shades of Dark Salmon #F38D7A

Tints of Dark Salmon #F38D7A

Color information

#F38D7A (or 0xF38D7A) is unknown color: approx Dark Salmon. HEX triplet: F3, 8D and 7A. RGB value is (243,141,122). Sum of RGB (Red+Green+Blue) = 243+141+122=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D7A is #0C7285. Grayscale: #A9A9A9. Windows color (decimal): -815750 or 8031731. OLE color: 8031731.

HSL color Cylindrical-coordinate representation of color #F38D7A: hue angle of 9.42º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F38D7A is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB243141122-
CMYK00.420.500.05
HSL9.42º83.45%71.57%-
HSV(B)9.42º49.79%95.29%-
XYZ5039.5123.4-
YUV169.33101.29180.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.02%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 122 (48.05% from 255) = 24.11%
R=48.02%
G=27.87%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314112200.420.500.059.4283.4571.57
HexF38D7A02A32595348
Octal36321517205262511123110
Binary111100111000110111110100101010110010101100110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38D7A; }

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

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

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

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

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

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

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

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