Html Css Color HEX #F68776 Salmon

📋 copy color: '#F68776'

red 246 ◦ green 135 ◦ blue 118

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

Shades of Salmon #F68776

Tints of Salmon #F68776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.05%

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

R = 49.3%
G = 27.05%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F68776 (or 0xF68776) is known color: Salmon. HEX triplet: F6, 87 and 76. RGB value is (246,135,118). Sum of RGB (Red+Green+Blue) = 246+135+118=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F68776 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68776 is #097889. Grayscale: #A6A6A6. Windows color (decimal): -620682 or 7768054. OLE color: 7768054.

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

Color convert

RGB 246 135 118 -
CMYK 0 0.45 0.52 0.04
HSL 7.97º 0.88% 0.71% -
HSV(B) 7.97º 0.52% 0.96% -
XYZ 49.94 38.23 21.89 -
YUV 166.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 246 135 118 0 0.45 0.52 0.04 7.97 0.88 0.71
Hex F6 87 76 0 2D 34 4 8 58 47
Octal 366 207 166 0 55 64 4 10 130 107
Binary 11110110 10000111 1110110 0 101101 110100 100 1000 1011000 1000111

Color Harmonies of #F68776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68776

Black with #F68776

Text Example


Text Example

White with #F68776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68776; }

 p { color: rgb(246,135,118); }

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

background-color css

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

 a { background-color: rgb(246,135,118); }

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

border-color css

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

 span { border-color: rgb(246,135,118); }

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