Html Css Color HEX #F1937B Dark Salmon

📋 copy color: '#F1937B'

red 241 ◦ green 147 ◦ blue 123

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

Shades of Dark Salmon #F1937B

Tints of Dark Salmon #F1937B

RGB

 RED value IS 241 (94.53% from 255) = 47.16%

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

 BLUE value IS 123 (48.44% from 255) = 24.07%

R = 47.16%
G = 28.77%
B = 24.07%

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

#F1937B (or 0xF1937B) is known color: Dark Salmon. HEX triplet: F1, 93 and 7B. RGB value is (241,147,123). Sum of RGB (Red+Green+Blue) = 241+147+123=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F1937B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1937B is #0E6C84. Grayscale: #ACACAC. Windows color (decimal): -945285 or 8098801. OLE color: 8098801.

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

Color convert

RGB 241 147 123 -
CMYK 0 0.39 0.49 0.05
HSL 12.2º 0.81% 0.71% -
HSV(B) 12.2º 0.49% 0.95% -
XYZ 50.28 41 24 -
YUV 172.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 241 147 123 0 0.39 0.49 0.05 12.2 0.81 0.71
Hex F1 93 7B 0 27 31 5 C 51 47
Octal 361 223 173 0 47 61 5 14 121 107
Binary 11110001 10010011 1111011 0 100111 110001 101 1100 1010001 1000111

Color Harmonies of #F1937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1937B

Black with #F1937B

Text Example


Text Example

White with #F1937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1937B; }

 p { color: rgb(241,147,123); }

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

background-color css

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

 a { background-color: rgb(241,147,123); }

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

border-color css

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

 span { border-color: rgb(241,147,123); }

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