#F3947E

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

Shades of Dark Salmon #F3947E

Tints of Dark Salmon #F3947E

Color information

#F3947E (or 0xF3947E) is unknown color: approx Dark Salmon. HEX triplet: F3, 94 and 7E. RGB value is (243,148,126). Sum of RGB (Red+Green+Blue) = 243+148+126=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F3947E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3947E is #0C6B81. Grayscale: #AEAEAE. Windows color (decimal): -813954 or 8295667. OLE color: 8295667.

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

Color convert

RGB243148126-
CMYK00.390.480.05
HSL11.28º82.98%72.35%-
HSV(B)11.28º48.15%95.29%-
XYZ51.3241.7425.09-
YUV173.9100.97177.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.00%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 126 (49.61% from 255) = 24.37%
R=47.00%
G=28.63%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314812600.390.480.0511.2882.9872.35
HexF3947E027305b5348
Octal36322417604760513123110
Binary111100111001010011111100100111110000101101110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3947E; }

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

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

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

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

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

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

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

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