Html Css Color HEX #F19773 Dark Salmon

📋 copy color: '#F19773'

red 241 ◦ green 151 ◦ blue 115

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

Shades of Dark Salmon #F19773

Tints of Dark Salmon #F19773

RGB

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

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

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

R = 47.53%
G = 29.78%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F19773 (or 0xF19773) is known color: Dark Salmon. HEX triplet: F1, 97 and 73. RGB value is (241,151,115). Sum of RGB (Red+Green+Blue) = 241+151+115=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F19773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19773 is #0E688C. Grayscale: #AEAEAE. Windows color (decimal): -944269 or 7575537. OLE color: 7575537.

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

Color convert

RGB 241 151 115 -
CMYK 0 0.37 0.52 0.05
HSL 17.14º 0.82% 0.7% -
HSV(B) 17.14º 0.52% 0.95% -
XYZ 50.44 42.07 21.68 -
YUV 173.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 241 151 115 0 0.37 0.52 0.05 17.14 0.82 0.7
Hex F1 97 73 0 25 34 5 11 52 46
Octal 361 227 163 0 45 64 5 21 122 106
Binary 11110001 10010111 1110011 0 100101 110100 101 10001 1010010 1000110

Color Harmonies of #F19773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19773

Black with #F19773

Text Example


Text Example

White with #F19773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19773; }

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

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

background-color css

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

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

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

border-color css

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

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

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