Html Css Color HEX #F0937C Dark Salmon

📋 copy color: '#F0937C'

red 240 ◦ green 147 ◦ blue 124

#F0937C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #F0937C

Tints of Dark Salmon #F0937C

RGB

 RED value IS 240 (94.14% from 255) = 46.97%

 GREEN value IS 147 (57.81% from 255) = 28.77%

 BLUE value IS 124 (48.83% from 255) = 24.27%

R = 46.97%
G = 28.77%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0937C (or 0xF0937C) is known color: Dark Salmon. HEX triplet: F0, 93 and 7C. RGB value is (240,147,124). Sum of RGB (Red+Green+Blue) = 240+147+124=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0937C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0937C is #0F6C83. Grayscale: #ACACAC. Windows color (decimal): -1010820 or 8164336. OLE color: 8164336.

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

Color convert

RGB 240 147 124 -
CMYK 0 0.39 0.48 0.06
HSL 11.9º 0.79% 0.71% -
HSV(B) 11.9º 0.48% 0.94% -
XYZ 50.01 40.85 24.32 -
YUV 172.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 240 147 124 0 0.39 0.48 0.06 11.9 0.79 0.71
Hex F0 93 7C 0 27 30 6 C 4F 47
Octal 360 223 174 0 47 60 6 14 117 107
Binary 11110000 10010011 1111100 0 100111 110000 110 1100 1001111 1000111

Color Harmonies of #F0937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0937C

Black with #F0937C

Text Example


Text Example

White with #F0937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0937C; }

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

 H1.HeaderClassName
 {
   color: #F0937C;
 }
 .AnyTagClassName
 {
   color: #F0937C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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