#F3906D

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

Shades of Dark Salmon #F3906D

Tints of Dark Salmon #F3906D

Color information

#F3906D (or 0xF3906D) is unknown color: approx Dark Salmon. HEX triplet: F3, 90 and 6D. RGB value is (243,144,109). Sum of RGB (Red+Green+Blue) = 243+144+109=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F3906D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3906D is #0C6F92. Grayscale: #A9A9A9. Windows color (decimal): -814995 or 7180531. OLE color: 7180531.

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

Color convert

RGB243144109-
CMYK00.410.550.05
HSL15.67º84.81%69.02%-
HSV(B)15.67º55.14%95.29%-
XYZ49.740.1119.59-
YUV169.6193.8180.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.99%
GREEN value IS 144 (56.64% from 255) = 29.03%
BLUE value IS 109 (42.97% from 255) = 21.98%
R=48.99%
G=29.03%
B=21.98%

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
Decimal24314410900.410.550.0515.6784.8169.02
HexF3906D029375105545
Octal36322015505167520125105
Binary1111001110010000110110101010011101111011000010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3906D; }

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

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

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

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

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

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

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

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