Html Css Color HEX #F3937D Dark Salmon

📋 copy color: '#F3937D'

red 243 ◦ green 147 ◦ blue 125

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

Shades of Dark Salmon #F3937D

Tints of Dark Salmon #F3937D

RGB

 RED value IS 243 (95.31% from 255) = 47.18%

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

 BLUE value IS 125 (49.22% from 255) = 24.27%

R = 47.18%
G = 28.54%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3937D (or 0xF3937D) is known color: Dark Salmon. HEX triplet: F3, 93 and 7D. RGB value is (243,147,125). Sum of RGB (Red+Green+Blue) = 243+147+125=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F3937D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3937D is #0C6C82. Grayscale: #ADADAD. Windows color (decimal): -814211 or 8229875. OLE color: 8229875.

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

Color convert

RGB 243 147 125 -
CMYK 0 0.40 0.49 0.05
HSL 11.19º 0.83% 0.72% -
HSV(B) 11.19º 0.49% 0.95% -
XYZ 51.1 41.4 24.7 -
YUV 173.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 243 147 125 0 0.40 0.49 0.05 11.19 0.83 0.72
Hex F3 93 7D 0 28 31 5 B 53 48
Octal 363 223 175 0 50 61 5 13 123 110
Binary 11110011 10010011 1111101 0 101000 110001 101 1011 1010011 1001000

Color Harmonies of #F3937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3937D

Black with #F3937D

Text Example


Text Example

White with #F3937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3937D; }

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

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

background-color css

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

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

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

border-color css

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

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

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