Html Css Color HEX #F19379 Dark Salmon

📋 copy color: '#F19379'

red 241 ◦ green 147 ◦ blue 121

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

Shades of Dark Salmon #F19379

Tints of Dark Salmon #F19379

RGB

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

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

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

R = 47.35%
G = 28.88%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F19379 (or 0xF19379) is known color: Dark Salmon. HEX triplet: F1, 93 and 79. RGB value is (241,147,121). Sum of RGB (Red+Green+Blue) = 241+147+121=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F19379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19379 is #0E6C86. Grayscale: #ACACAC. Windows color (decimal): -945287 or 7967729. OLE color: 7967729.

HSL color Cylindrical-coordinate representation of color #F19379: hue angle of 13º 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 #F19379 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 147 121 -
CMYK 0 0.39 0.50 0.05
HSL 13º 0.81% 0.71% -
HSV(B) 13º 0.5% 0.95% -
XYZ 50.16 40.95 23.35 -
YUV 172.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 241 147 121 0 0.39 0.50 0.05 13 0.81 0.71
Hex F1 93 79 0 27 32 5 D 51 47
Octal 361 223 171 0 47 62 5 15 121 107
Binary 11110001 10010011 1111001 0 100111 110010 101 1101 1010001 1000111

Color Harmonies of #F19379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19379

Black with #F19379

Text Example


Text Example

White with #F19379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19379; }

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

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

background-color css

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

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

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

border-color css

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

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

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