#F0947C

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

Shades of Dark Salmon #F0947C

Tints of Dark Salmon #F0947C

Color information

#F0947C (or 0xF0947C) is unknown color: approx Dark Salmon. HEX triplet: F0, 94 and 7C. RGB value is (240,148,124). Sum of RGB (Red+Green+Blue) = 240+148+124=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0947C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0947C is #0F6B83. Grayscale: #ACACAC. Windows color (decimal): -1010564 or 8164592. OLE color: 8164592.

HSL color Cylindrical-coordinate representation of color #F0947C: hue angle of 12.41º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0947C is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB240148124-
CMYK00.380.480.06
HSL12.41º79.45%71.37%-
HSV(B)12.41º48.33%94.12%-
XYZ50.1641.1624.37-
YUV172.77100.48175.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.88%
GREEN value IS 148 (58.20% from 255) = 28.91%
BLUE value IS 124 (48.83% from 255) = 24.22%
R=46.88%
G=28.91%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014812400.380.480.0612.4179.4571.37
HexF0947C026306c4f47
Octal36022417404660614117107
Binary111100001001010011111000100110110000110110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0947C; }

 p { color: rgb(240,148,124); }

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

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

 a { background-color: rgb(240,148,124); }

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

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

 span { border-color: rgb(240,148,124); }

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