#F38F7D

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

Shades of Dark Salmon #F38F7D

Tints of Dark Salmon #F38F7D

Color information

#F38F7D (or 0xF38F7D) is unknown color: approx Dark Salmon. HEX triplet: F3, 8F and 7D. RGB value is (243,143,125). Sum of RGB (Red+Green+Blue) = 243+143+125=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38F7D is #0C7082. Grayscale: #ABABAB. Windows color (decimal): -815235 or 8228851. OLE color: 8228851.

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

Color convert

RGB243143125-
CMYK00.410.490.05
HSL9.15º83.1%72.16%-
HSV(B)9.15º48.56%95.29%-
XYZ50.4940.1824.5-
YUV170.85102.13179.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.55%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=47.55%
G=27.98%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314312500.410.490.059.1583.172.16
HexF38F7D02931595348
Octal36321717505161511123110
Binary111100111000111111111010101001110001101100110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38F7D; }

 p { color: rgb(243,143,125); }

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

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

 a { background-color: rgb(243,143,125); }

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

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

 span { border-color: rgb(243,143,125); }

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