Html Css Color HEX #F6776C Salmon

📋 copy color: '#F6776C'

red 246 ◦ green 119 ◦ blue 108

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

Shades of Salmon #F6776C

Tints of Salmon #F6776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.16%

 BLUE value IS 108 (42.58% from 255) = 22.83%

R = 52.01%
G = 25.16%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6776C (or 0xF6776C) is known color: Salmon. HEX triplet: F6, 77 and 6C. RGB value is (246,119,108). Sum of RGB (Red+Green+Blue) = 246+119+108=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F6776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6776C is #098893. Grayscale: #9B9B9B. Windows color (decimal): -624788 or 7108598. OLE color: 7108598.

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

Color convert

RGB 246 119 108 -
CMYK 0 0.52 0.56 0.04
HSL 4.78º 0.88% 0.69% -
HSV(B) 4.78º 0.56% 0.96% -
XYZ 47.31 33.87 18.23 -
YUV 155.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 246 119 108 0 0.52 0.56 0.04 4.78 0.88 0.69
Hex F6 77 6C 0 34 38 4 5 58 45
Octal 366 167 154 0 64 70 4 5 130 105
Binary 11110110 1110111 1101100 0 110100 111000 100 101 1011000 1000101

Color Harmonies of #F6776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6776C

Black with #F6776C

Text Example


Text Example

White with #F6776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6776C; }

 p { color: rgb(246,119,108); }

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

background-color css

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

 a { background-color: rgb(246,119,108); }

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

border-color css

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

 span { border-color: rgb(246,119,108); }

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