Html Css Color HEX #F3947D Dark Salmon

📋 copy color: '#F3947D'

red 243 ◦ green 148 ◦ blue 125

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

Shades of Dark Salmon #F3947D

Tints of Dark Salmon #F3947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.68%

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

R = 47.09%
G = 28.68%
B = 24.22%

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

#F3947D (or 0xF3947D) is known color: Dark Salmon. HEX triplet: F3, 94 and 7D. RGB value is (243,148,125). Sum of RGB (Red+Green+Blue) = 243+148+125=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F3947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3947D is #0C6B82. Grayscale: #ADADAD. Windows color (decimal): -813955 or 8230131. OLE color: 8230131.

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

Color convert

RGB 243 148 125 -
CMYK 0 0.39 0.49 0.05
HSL 11.69º 0.83% 0.72% -
HSV(B) 11.69º 0.49% 0.95% -
XYZ 51.25 41.72 24.75 -
YUV 173.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 243 148 125 0 0.39 0.49 0.05 11.69 0.83 0.72
Hex F3 94 7D 0 27 31 5 C 53 48
Octal 363 224 175 0 47 61 5 14 123 110
Binary 11110011 10010100 1111101 0 100111 110001 101 1100 1010011 1001000

Color Harmonies of #F3947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3947D

Black with #F3947D

Text Example


Text Example

White with #F3947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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