Html Css Color HEX #F19F76 Dark Salmon

📋 copy color: '#F19F76'

red 241 ◦ green 159 ◦ blue 118

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

Shades of Dark Salmon #F19F76

Tints of Dark Salmon #F19F76

RGB

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

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

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

R = 46.53%
G = 30.69%
B = 22.78%

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

#F19F76 (or 0xF19F76) is known color: Dark Salmon. HEX triplet: F1, 9F and 76. RGB value is (241,159,118). Sum of RGB (Red+Green+Blue) = 241+159+118=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19F76 is #0E6089. Grayscale: #B3B3B3. Windows color (decimal): -942218 or 7774193. OLE color: 7774193.

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

Color convert

RGB 241 159 118 -
CMYK 0 0.34 0.51 0.05
HSL 20º 0.81% 0.7% -
HSV(B) 20º 0.51% 0.95% -
XYZ 51.94 44.81 23.05 -
YUV 178.84 93.67 172.33 -
System Red Green Blue C M Y K H S L
Decimal 241 159 118 0 0.34 0.51 0.05 20 0.81 0.7
Hex F1 9F 76 0 22 33 5 14 51 46
Octal 361 237 166 0 42 63 5 24 121 106
Binary 11110001 10011111 1110110 0 100010 110011 101 10100 1010001 1000110

Color Harmonies of #F19F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19F76

Black with #F19F76

Text Example


Text Example

White with #F19F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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