Html Css Color HEX #F19F77 Dark Salmon

📋 copy color: '#F19F77'

red 241 ◦ green 159 ◦ blue 119

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

Shades of Dark Salmon #F19F77

Tints of Dark Salmon #F19F77

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.64%

 BLUE value IS 119 (46.88% from 255) = 22.93%

R = 46.44%
G = 30.64%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19F77 (or 0xF19F77) is known color: Dark Salmon. HEX triplet: F1, 9F and 77. RGB value is (241,159,119). Sum of RGB (Red+Green+Blue) = 241+159+119=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19F77 is #0E6088. Grayscale: #B3B3B3. Windows color (decimal): -942217 or 7839729. OLE color: 7839729.

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

Color convert

RGB 241 159 119 -
CMYK 0 0.34 0.51 0.05
HSL 19.67º 0.81% 0.71% -
HSV(B) 19.67º 0.51% 0.95% -
XYZ 52 44.83 23.36 -
YUV 178.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 241 159 119 0 0.34 0.51 0.05 19.67 0.81 0.71
Hex F1 9F 77 0 22 33 5 14 51 47
Octal 361 237 167 0 42 63 5 24 121 107
Binary 11110001 10011111 1110111 0 100010 110011 101 10100 1010001 1000111

Color Harmonies of #F19F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19F77

Black with #F19F77

Text Example


Text Example

White with #F19F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19F77; }

 p { color: rgb(241,159,119); }

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

background-color css

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

 a { background-color: rgb(241,159,119); }

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

border-color css

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

 span { border-color: rgb(241,159,119); }

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