Html Css Color HEX #F1937F Dark Salmon

📋 copy color: '#F1937F'

red 241 ◦ green 147 ◦ blue 127

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

Shades of Dark Salmon #F1937F

Tints of Dark Salmon #F1937F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.66%

R = 46.8%
G = 28.54%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1937F (or 0xF1937F) is known color: Dark Salmon. HEX triplet: F1, 93 and 7F. RGB value is (241,147,127). Sum of RGB (Red+Green+Blue) = 241+147+127=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1937F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1937F is #0E6C80. Grayscale: #ACACAC. Windows color (decimal): -945281 or 8360945. OLE color: 8360945.

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

Color convert

RGB 241 147 127 -
CMYK 0 0.39 0.47 0.05
HSL 10.53º 0.8% 0.72% -
HSV(B) 10.53º 0.47% 0.95% -
XYZ 50.54 41.1 25.35 -
YUV 172.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 241 147 127 0 0.39 0.47 0.05 10.53 0.8 0.72
Hex F1 93 7F 0 27 2F 5 B 50 48
Octal 361 223 177 0 47 57 5 13 120 110
Binary 11110001 10010011 1111111 0 100111 101111 101 1011 1010000 1001000

Color Harmonies of #F1937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1937F

Black with #F1937F

Text Example


Text Example

White with #F1937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1937F; }

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

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

background-color css

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

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

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

border-color css

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

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

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