Html Css Color HEX #F19576 Dark Salmon

📋 copy color: '#F19576'

red 241 ◦ green 149 ◦ blue 118

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

Shades of Dark Salmon #F19576

Tints of Dark Salmon #F19576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.33%

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

R = 47.44%
G = 29.33%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19576 (or 0xF19576) is known color: Dark Salmon. HEX triplet: F1, 95 and 76. RGB value is (241,149,118). Sum of RGB (Red+Green+Blue) = 241+149+118=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F19576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19576 is #0E6A89. Grayscale: #ADADAD. Windows color (decimal): -944778 or 7771633. OLE color: 7771633.

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

Color convert

RGB 241 149 118 -
CMYK 0 0.38 0.51 0.05
HSL 15.12º 0.81% 0.7% -
HSV(B) 15.12º 0.51% 0.95% -
XYZ 50.29 41.5 22.5 -
YUV 172.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 241 149 118 0 0.38 0.51 0.05 15.12 0.81 0.7
Hex F1 95 76 0 26 33 5 F 51 46
Octal 361 225 166 0 46 63 5 17 121 106
Binary 11110001 10010101 1110110 0 100110 110011 101 1111 1010001 1000110

Color Harmonies of #F19576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19576

Black with #F19576

Text Example


Text Example

White with #F19576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19576; }

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

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

background-color css

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

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

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

border-color css

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

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

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