Html Css Color HEX #F19B73 Dark Salmon

📋 copy color: '#F19B73'

red 241 ◦ green 155 ◦ blue 115

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

Shades of Dark Salmon #F19B73

Tints of Dark Salmon #F19B73

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.33%

 BLUE value IS 115 (45.31% from 255) = 22.5%

R = 47.16%
G = 30.33%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F19B73 (or 0xF19B73) is known color: Dark Salmon. HEX triplet: F1, 9B and 73. RGB value is (241,155,115). Sum of RGB (Red+Green+Blue) = 241+155+115=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19B73 is #0E648C. Grayscale: #B0B0B0. Windows color (decimal): -943245 or 7576561. OLE color: 7576561.

HSL color Cylindrical-coordinate representation of color #F19B73: hue angle of 19.05º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F19B73 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 155 115 -
CMYK 0 0.36 0.52 0.05
HSL 19.05º 0.82% 0.7% -
HSV(B) 19.05º 0.52% 0.95% -
XYZ 51.09 43.38 21.9 -
YUV 176.15 93.49 174.25 -
System Red Green Blue C M Y K H S L
Decimal 241 155 115 0 0.36 0.52 0.05 19.05 0.82 0.7
Hex F1 9B 73 0 24 34 5 13 52 46
Octal 361 233 163 0 44 64 5 23 122 106
Binary 11110001 10011011 1110011 0 100100 110100 101 10011 1010010 1000110

Color Harmonies of #F19B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19B73

Black with #F19B73

Text Example


Text Example

White with #F19B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19B73; }

 p { color: rgb(241,155,115); }

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

background-color css

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

 a { background-color: rgb(241,155,115); }

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

border-color css

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

 span { border-color: rgb(241,155,115); }

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