#F3947F

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

Shades of Dark Salmon #F3947F

Tints of Dark Salmon #F3947F

Color information

#F3947F (or 0xF3947F) is unknown color: approx Dark Salmon. HEX triplet: F3, 94 and 7F. RGB value is (243,148,127). Sum of RGB (Red+Green+Blue) = 243+148+127=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F3947F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3947F is #0C6B80. Grayscale: #AEAEAE. Windows color (decimal): -813953 or 8361203. OLE color: 8361203.

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

Color convert

RGB243148127-
CMYK00.390.480.05
HSL10.86º82.86%72.55%-
HSV(B)10.86º47.74%95.29%-
XYZ51.3841.7725.43-
YUV174.01101.47177.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.91%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 127 (50% from 255) = 24.52%
R=46.91%
G=28.57%
B=24.52%

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
Decimal24314812700.390.480.0510.8682.8672.55
HexF3947F027305b5349
Octal36322417704760513123111
Binary111100111001010011111110100111110000101101110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3947F; }

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

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

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

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

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

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

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

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