#F38F6D

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

Shades of Dark Salmon #F38F6D

Tints of Dark Salmon #F38F6D

Color information

#F38F6D (or 0xF38F6D) is unknown color: approx Dark Salmon. HEX triplet: F3, 8F and 6D. RGB value is (243,143,109). Sum of RGB (Red+Green+Blue) = 243+143+109=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38F6D is #0C7092. Grayscale: #A9A9A9. Windows color (decimal): -815251 or 7180275. OLE color: 7180275.

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

Color convert

RGB243143109-
CMYK00.410.550.05
HSL15.22º84.81%69.02%-
HSV(B)15.22º55.14%95.29%-
XYZ49.5439.819.54-
YUV169.0294.13180.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.09%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=49.09%
G=28.89%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314310900.410.550.0515.2284.8169.02
HexF38F6D029375f5545
Octal36321715505167517125105
Binary111100111000111111011010101001110111101111110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38F6D; }

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

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

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

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

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

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

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

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