#f3917d

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

Shades of Dark Salmon #F3917D

Tints of Dark Salmon #F3917D

Color information

#F3917D (or 0xF3917D) is unknown color: approx Dark Salmon. HEX triplet: F3, 91 and 7D. RGB value is (243,145,125). Sum of RGB (Red+Green+Blue) = 243+145+125=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F3917D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3917D is #0C6E82. Grayscale: #ACACAC. Windows color (decimal): -814723 or 8229363. OLE color: 8229363.

HSL color Cylindrical-coordinate representation of color #F3917D: hue angle of 10.17º 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 #F3917D is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB243145125-
CMYK00.400.490.05
HSL10.17º83.1%72.16%-
HSV(B)10.17º48.56%95.29%-
XYZ50.7940.7924.6-
YUV172.02101.47178.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.37%
GREEN value IS 145 (57.03% from 255) = 28.27%
BLUE value IS 125 (49.22% from 255) = 24.37%
R=47.37%
G=28.27%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314512500.400.490.0510.1783.172.16
HexF3917D028315a5348
Octal36322117505061512123110
Binary111100111001000111111010101000110001101101010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3917d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3917d; }

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

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

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

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

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

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

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

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