Html Css Color HEX #F6786B Salmon

📋 copy color: '#F6786B'

red 246 ◦ green 120 ◦ blue 107

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

Shades of Salmon #F6786B

Tints of Salmon #F6786B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.37%

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

R = 52.01%
G = 25.37%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6786B (or 0xF6786B) is known color: Salmon. HEX triplet: F6, 78 and 6B. RGB value is (246,120,107). Sum of RGB (Red+Green+Blue) = 246+120+107=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F6786B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6786B is #098794. Grayscale: #9C9C9C. Windows color (decimal): -624533 or 7043318. OLE color: 7043318.

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

Color convert

RGB 246 120 107 -
CMYK 0 0.51 0.57 0.04
HSL 5.61º 0.89% 0.69% -
HSV(B) 5.61º 0.57% 0.96% -
XYZ 47.38 34.09 17.99 -
YUV 156.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 246 120 107 0 0.51 0.57 0.04 5.61 0.89 0.69
Hex F6 78 6B 0 33 39 4 6 59 45
Octal 366 170 153 0 63 71 4 6 131 105
Binary 11110110 1111000 1101011 0 110011 111001 100 110 1011001 1000101

Color Harmonies of #F6786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6786B

Black with #F6786B

Text Example


Text Example

White with #F6786B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6786B; }

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

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

background-color css

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

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

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

border-color css

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

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

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