Html Css Color HEX #F19176 Dark Salmon

📋 copy color: '#F19176'

red 241 ◦ green 145 ◦ blue 118

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

Shades of Dark Salmon #F19176

Tints of Dark Salmon #F19176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.77%

 BLUE value IS 118 (46.48% from 255) = 23.41%

R = 47.82%
G = 28.77%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19176 (or 0xF19176) is known color: Dark Salmon. HEX triplet: F1, 91 and 76. RGB value is (241,145,118). Sum of RGB (Red+Green+Blue) = 241+145+118=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F19176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19176 is #0E6E89. Grayscale: #AAAAAA. Windows color (decimal): -945802 or 7770609. OLE color: 7770609.

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

Color convert

RGB 241 145 118 -
CMYK 0 0.40 0.51 0.05
HSL 13.17º 0.81% 0.7% -
HSV(B) 13.17º 0.51% 0.95% -
XYZ 49.67 40.26 22.29 -
YUV 170.63 98.3 178.2 -
System Red Green Blue C M Y K H S L
Decimal 241 145 118 0 0.40 0.51 0.05 13.17 0.81 0.7
Hex F1 91 76 0 28 33 5 D 51 46
Octal 361 221 166 0 50 63 5 15 121 106
Binary 11110001 10010001 1110110 0 101000 110011 101 1101 1010001 1000110

Color Harmonies of #F19176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19176

Black with #F19176

Text Example


Text Example

White with #F19176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19176; }

 p { color: rgb(241,145,118); }

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

background-color css

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

 a { background-color: rgb(241,145,118); }

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

border-color css

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

 span { border-color: rgb(241,145,118); }

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