Html Css Color HEX #F3957D Dark Salmon

📋 copy color: '#F3957D'

red 243 ◦ green 149 ◦ blue 125

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

Shades of Dark Salmon #F3957D

Tints of Dark Salmon #F3957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.82%

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

R = 47%
G = 28.82%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3957D (or 0xF3957D) is known color: Dark Salmon. HEX triplet: F3, 95 and 7D. RGB value is (243,149,125). Sum of RGB (Red+Green+Blue) = 243+149+125=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F3957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3957D is #0C6A82. Grayscale: #AEAEAE. Windows color (decimal): -813699 or 8230387. OLE color: 8230387.

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

Color convert

RGB 243 149 125 -
CMYK 0 0.39 0.49 0.05
HSL 12.2º 0.83% 0.72% -
HSV(B) 12.2º 0.49% 0.95% -
XYZ 51.41 42.03 24.81 -
YUV 174.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 243 149 125 0 0.39 0.49 0.05 12.2 0.83 0.72
Hex F3 95 7D 0 27 31 5 C 53 48
Octal 363 225 175 0 47 61 5 14 123 110
Binary 11110011 10010101 1111101 0 100111 110001 101 1100 1010011 1001000

Color Harmonies of #F3957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3957D

Black with #F3957D

Text Example


Text Example

White with #F3957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3957D; }

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

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

background-color css

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

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

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

border-color css

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

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

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