Html Css Color HEX #F1977C Dark Salmon

📋 copy color: '#F1977C'

red 241 ◦ green 151 ◦ blue 124

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

Shades of Dark Salmon #F1977C

Tints of Dark Salmon #F1977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.26%

 BLUE value IS 124 (48.83% from 255) = 24.03%

R = 46.71%
G = 29.26%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1977C (or 0xF1977C) is known color: Dark Salmon. HEX triplet: F1, 97 and 7C. RGB value is (241,151,124). Sum of RGB (Red+Green+Blue) = 241+151+124=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1977C is #0E6883. Grayscale: #AFAFAF. Windows color (decimal): -944260 or 8165361. OLE color: 8165361.

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

Color convert

RGB 241 151 124 -
CMYK 0 0.37 0.49 0.05
HSL 13.85º 0.81% 0.72% -
HSV(B) 13.85º 0.49% 0.95% -
XYZ 50.98 42.29 24.54 -
YUV 174.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 241 151 124 0 0.37 0.49 0.05 13.85 0.81 0.72
Hex F1 97 7C 0 25 31 5 E 51 48
Octal 361 227 174 0 45 61 5 16 121 110
Binary 11110001 10010111 1111100 0 100101 110001 101 1110 1010001 1001000

Color Harmonies of #F1977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1977C

Black with #F1977C

Text Example


Text Example

White with #F1977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1977C; }

 p { color: rgb(241,151,124); }

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

background-color css

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

 a { background-color: rgb(241,151,124); }

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

border-color css

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

 span { border-color: rgb(241,151,124); }

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