Html Css Color HEX #F6736B Salmon

📋 copy color: '#F6736B'

red 246 ◦ green 115 ◦ blue 107

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

Shades of Salmon #F6736B

Tints of Salmon #F6736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.57%

 BLUE value IS 107 (42.19% from 255) = 22.86%

R = 52.56%
G = 24.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6736B (or 0xF6736B) is known color: Salmon. HEX triplet: F6, 73 and 6B. RGB value is (246,115,107). Sum of RGB (Red+Green+Blue) = 246+115+107=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F6736B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6736B is #098C94. Grayscale: #999999. Windows color (decimal): -625813 or 7042038. OLE color: 7042038.

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

Color convert

RGB 246 115 107 -
CMYK 0 0.53 0.57 0.04
HSL 3.45º 0.89% 0.69% -
HSV(B) 3.45º 0.57% 0.96% -
XYZ 46.79 32.92 17.8 -
YUV 153.26 101.9 194.15 -
System Red Green Blue C M Y K H S L
Decimal 246 115 107 0 0.53 0.57 0.04 3.45 0.89 0.69
Hex F6 73 6B 0 35 39 4 3 59 45
Octal 366 163 153 0 65 71 4 3 131 105
Binary 11110110 1110011 1101011 0 110101 111001 100 11 1011001 1000101

Color Harmonies of #F6736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6736B

Black with #F6736B

Text Example


Text Example

White with #F6736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6736B; }

 p { color: rgb(246,115,107); }

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

background-color css

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

 a { background-color: rgb(246,115,107); }

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

border-color css

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

 span { border-color: rgb(246,115,107); }

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