Html Css Color HEX #F6746C Salmon

📋 copy color: '#F6746C'

red 246 ◦ green 116 ◦ blue 108

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

Shades of Salmon #F6746C

Tints of Salmon #F6746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.68%

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

R = 52.34%
G = 24.68%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6746C (or 0xF6746C) is known color: Salmon. HEX triplet: F6, 74 and 6C. RGB value is (246,116,108). Sum of RGB (Red+Green+Blue) = 246+116+108=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6746C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6746C is #098B93. Grayscale: #9A9A9A. Windows color (decimal): -625556 or 7107830. OLE color: 7107830.

HSL color Cylindrical-coordinate representation of color #F6746C: hue angle of 3.48º 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 #F6746C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 116 108 -
CMYK 0 0.53 0.56 0.04
HSL 3.48º 0.88% 0.69% -
HSV(B) 3.48º 0.56% 0.96% -
XYZ 46.96 33.17 18.11 -
YUV 153.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 246 116 108 0 0.53 0.56 0.04 3.48 0.88 0.69
Hex F6 74 6C 0 35 38 4 3 58 45
Octal 366 164 154 0 65 70 4 3 130 105
Binary 11110110 1110100 1101100 0 110101 111000 100 11 1011000 1000101

Color Harmonies of #F6746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6746C

Black with #F6746C

Text Example


Text Example

White with #F6746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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