#F38E7E

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

Shades of Dark Salmon #F38E7E

Tints of Dark Salmon #F38E7E

Color information

#F38E7E (or 0xF38E7E) is unknown color: approx Dark Salmon. HEX triplet: F3, 8E and 7E. RGB value is (243,142,126). Sum of RGB (Red+Green+Blue) = 243+142+126=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38E7E is #0C7181. Grayscale: #AAAAAA. Windows color (decimal): -815490 or 8294131. OLE color: 8294131.

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

Color convert

RGB243142126-
CMYK00.420.480.05
HSL8.21º82.98%72.35%-
HSV(B)8.21º48.15%95.29%-
XYZ50.439.9124.79-
YUV170.38102.96179.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.55%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 126 (49.61% from 255) = 24.66%
R=47.55%
G=27.79%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314212600.420.480.058.2182.9872.35
HexF38E7E02A30585348
Octal36321617605260510123110
Binary111100111000111011111100101010110000101100010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38E7E; }

 p { color: rgb(243,142,126); }

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

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

 a { background-color: rgb(243,142,126); }

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

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

 span { border-color: rgb(243,142,126); }

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