Html Css Color HEX #F19579 Dark Salmon

📋 copy color: '#F19579'

red 241 ◦ green 149 ◦ blue 121

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

Shades of Dark Salmon #F19579

Tints of Dark Salmon #F19579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.16%

 BLUE value IS 121 (47.66% from 255) = 23.68%

R = 47.16%
G = 29.16%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F19579 (or 0xF19579) is known color: Dark Salmon. HEX triplet: F1, 95 and 79. RGB value is (241,149,121). Sum of RGB (Red+Green+Blue) = 241+149+121=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F19579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19579 is #0E6A86. Grayscale: #ADADAD. Windows color (decimal): -944775 or 7968241. OLE color: 7968241.

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

Color convert

RGB 241 149 121 -
CMYK 0 0.38 0.50 0.05
HSL 14º 0.81% 0.71% -
HSV(B) 14º 0.5% 0.95% -
XYZ 50.47 41.58 23.45 -
YUV 173.32 98.48 176.28 -
System Red Green Blue C M Y K H S L
Decimal 241 149 121 0 0.38 0.50 0.05 14 0.81 0.71
Hex F1 95 79 0 26 32 5 E 51 47
Octal 361 225 171 0 46 62 5 16 121 107
Binary 11110001 10010101 1111001 0 100110 110010 101 1110 1010001 1000111

Color Harmonies of #F19579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19579

Black with #F19579

Text Example


Text Example

White with #F19579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19579; }

 p { color: rgb(241,149,121); }

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

background-color css

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

 a { background-color: rgb(241,149,121); }

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

border-color css

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

 span { border-color: rgb(241,149,121); }

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