Html Css Color HEX #F3947E Dark Salmon

📋 copy color: '#F3947E'

red 243 ◦ green 148 ◦ blue 126

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

Shades of Dark Salmon #F3947E

Tints of Dark Salmon #F3947E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.37%

R = 47%
G = 28.63%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F3947E (or 0xF3947E) is known color: Dark Salmon. HEX triplet: F3, 94 and 7E. RGB value is (243,148,126). Sum of RGB (Red+Green+Blue) = 243+148+126=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F3947E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3947E is #0C6B81. Grayscale: #AEAEAE. Windows color (decimal): -813954 or 8295667. OLE color: 8295667.

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

Color convert

RGB 243 148 126 -
CMYK 0 0.39 0.48 0.05
HSL 11.28º 0.83% 0.72% -
HSV(B) 11.28º 0.48% 0.95% -
XYZ 51.32 41.74 25.09 -
YUV 173.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 243 148 126 0 0.39 0.48 0.05 11.28 0.83 0.72
Hex F3 94 7E 0 27 30 5 B 53 48
Octal 363 224 176 0 47 60 5 13 123 110
Binary 11110011 10010100 1111110 0 100111 110000 101 1011 1010011 1001000

Color Harmonies of #F3947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3947E

Black with #F3947E

Text Example


Text Example

White with #F3947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3947E; }

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

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

background-color css

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

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

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

border-color css

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

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

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