Html Css Color HEX #F68374 Salmon

📋 copy color: '#F68374'

red 246 ◦ green 131 ◦ blue 116

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

Shades of Salmon #F68374

Tints of Salmon #F68374

RGB

 RED value IS 246 (96.48% from 255) = 49.9%

 GREEN value IS 131 (51.56% from 255) = 26.57%

 BLUE value IS 116 (45.7% from 255) = 23.53%

R = 49.9%
G = 26.57%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F68374 (or 0xF68374) is known color: Salmon. HEX triplet: F6, 83 and 74. RGB value is (246,131,116). Sum of RGB (Red+Green+Blue) = 246+131+116=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F68374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68374 is #097C8B. Grayscale: #A3A3A3. Windows color (decimal): -621708 or 7635958. OLE color: 7635958.

HSL color Cylindrical-coordinate representation of color #F68374: hue angle of 6.92º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F68374 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 131 116 -
CMYK 0 0.47 0.53 0.04
HSL 6.92º 0.88% 0.71% -
HSV(B) 6.92º 0.53% 0.96% -
XYZ 49.27 37.09 21.08 -
YUV 163.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 246 131 116 0 0.47 0.53 0.04 6.92 0.88 0.71
Hex F6 83 74 0 2F 35 4 7 58 47
Octal 366 203 164 0 57 65 4 7 130 107
Binary 11110110 10000011 1110100 0 101111 110101 100 111 1011000 1000111

Color Harmonies of #F68374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68374

Black with #F68374

Text Example


Text Example

White with #F68374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68374; }

 p { color: rgb(246,131,116); }

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

background-color css

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

 a { background-color: rgb(246,131,116); }

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

border-color css

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

 span { border-color: rgb(246,131,116); }

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