#F0937D

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

Shades of Dark Salmon #F0937D

Tints of Dark Salmon #F0937D

Color information

#F0937D (or 0xF0937D) is unknown color: approx Dark Salmon. HEX triplet: F0, 93 and 7D. RGB value is (240,147,125). Sum of RGB (Red+Green+Blue) = 240+147+125=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0937D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0937D is #0F6C82. Grayscale: #ACACAC. Windows color (decimal): -1010819 or 8229872. OLE color: 8229872.

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

Color convert

RGB240147125-
CMYK00.390.480.06
HSL11.48º79.31%71.57%-
HSV(B)11.48º47.92%94.12%-
XYZ50.0740.8724.65-
YUV172.3101.31176.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.88%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 125 (49.22% from 255) = 24.41%
R=46.88%
G=28.71%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014712500.390.480.0611.4879.3171.57
HexF0937D027306b4f48
Octal36022317504760613117110
Binary111100001001001111111010100111110000110101110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0937D; }

 p { color: rgb(240,147,125); }

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

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

 a { background-color: rgb(240,147,125); }

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

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

 span { border-color: rgb(240,147,125); }

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